Skip to content

Commit

Permalink
Pointing to actual notebook files in README
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Jul 28, 2024
1 parent 9866f66 commit 3c9cd8f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ the benchmark platform.

A2Perf provides benchmark environments in the following domains:

* [Web Navigation](docs/content/web_navigation/index.md) - This environment facilitates the
* [Web Navigation](docs/content/web_navigation/WebNavigation-Difficulty-01-v0.ipynb) -
This environment facilitates the
creation of compositional tasks represented by dependency graphs, where
automatically generated websites are completed by the trained agent.
* [Quadruped Locomotion](docs/content/quadruped_locomotion/index.md) - This quadruped
* [Quadruped Locomotion](docs/content/quadruped_locomotion/QuadrupedLocomotion-DogPace-v0.ipynb) -
This quadruped
locomotion environment aims to teach a legged robot with 18 degrees of freedom
to replicate animal-like behaviors by imitating real-world motion data to
develop a diverse repertoire of skills.
* [Circuit Training](docs/content/circuit_training/index.md) - Chip floorplanning, a
* [Circuit Training](docs/content/circuit_training/CircuitTraining-Ariane-v0.ipynb) -
Chip floorplanning, a
complex and traditionally manual process, has been addressed by Google's
open-source Circuit Training framework, which uses reinforcement learning to
optimize chip layouts for multiple objectives.
Expand Down Expand Up @@ -113,7 +116,10 @@ described [here](docs/content/tutorials/training.ipynb).

## Gin Configuration Files

Under [`a2perf/submission/configs`](https://github.com/Farama-Foundation/A2Perf/tree/main/a2perf/submission/configs), there are default gin configuration files for training and inference for each domain. These files define various settings and hyperparameters for benchmarking.
Under [`a2perf/submission/configs`](https://github.com/Farama-Foundation/A2Perf/tree/main/a2perf/submission/configs),
there are default gin configuration files for training and inference for each
domain. These files define various settings and hyperparameters for
benchmarking.

Here's an example of an `inference.gin` file for web navigation:

Expand Down

0 comments on commit 3c9cd8f

Please sign in to comment.