From 970b9efa46c0fcd62a7c15cb9fb1f47b1b5b4525 Mon Sep 17 00:00:00 2001 From: Timon Willi Date: Fri, 17 Nov 2023 14:05:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2e7930..05785a47 100644 --- a/README.md +++ b/README.md @@ -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).