Skip to content

Commit

Permalink
WIP: Cleaning up stray paths and fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Jul 28, 2024
1 parent 28f8583 commit 9866f66
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 928 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ the benchmark platform.

A2Perf provides benchmark environments in the following domains:

* [Web Navigation](tutorials/WebNav.ipynb) - This environment facilitates the
* [Web Navigation](docs/content/web_navigation/index.md) - This environment facilitates the
creation of compositional tasks represented by dependency graphs, where
automatically generated websites are completed by the trained agent.
* [Quadruped Locomotion](tutorials/QuadrupedLocomotion.ipynb) - This quadruped
* [Quadruped Locomotion](docs/content/quadruped_locomotion/index.md) - 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](tutorials/CircuitTraining.ipynb) - Chip floorplanning, a
* [Circuit Training](docs/content/circuit_training/index.md) - 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 @@ -86,7 +86,7 @@ env = gym.make("WebNavigation-v0", difficulty=1, seed=0)
## User Submission

A beginners guide to benchmarking with A2Perf is
described [here](tutorials/beginners_guide.ipynb).
described [here](docs/content/tutorials/training.ipynb).

- Users can pull the template repository
at https://github.com/Farama-Foundation/a2perf-benchmark-submission
Expand All @@ -113,9 +113,7 @@ described [here](tutorials/beginners_guide.ipynb).

## Gin Configuration Files

Under `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
59 changes: 0 additions & 59 deletions a2perf/submission/configs/circuit_training/inference.gin

This file was deleted.

70 changes: 0 additions & 70 deletions a2perf/submission/configs/circuit_training_inference.gin

This file was deleted.

54 changes: 0 additions & 54 deletions a2perf/submission/configs/circuit_training_train.gin

This file was deleted.

70 changes: 0 additions & 70 deletions a2perf/submission/configs/debug/circuit_training_inference.gin

This file was deleted.

54 changes: 0 additions & 54 deletions a2perf/submission/configs/debug/circuit_training_train.gin

This file was deleted.

Loading

0 comments on commit 9866f66

Please sign in to comment.