Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ucl-dark/pax into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidandos committed Nov 19, 2023
2 parents 4ec1af3 + 970b9ef commit 411e5e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Pax is an experiment runner for multi and meta agent research built on top of JA

> *Pax (noun) - a period of peace that has been forced on a large area, such as an empire or even the whole world*
Pax is composed of 3 components: Environments, Agents and Runners.
For a simple starting points, please refer to this [notebook](https://github.com/ucl-dark/pax/blob/main/proof_of_concept.ipynb), which introduces the very basic concepts of pax.

Pax is composed of 3 components: Environments, Agents and Runners. The following code snippets are meant as pseudocode to get a quick overview, refer to the above notebook for a working example.

### Environments
Environments are similar to [gymnax](https://github.com/RobertTLange/gymnax).
Expand Down

0 comments on commit 411e5e2

Please sign in to comment.