- Setup
poetry install -E brax
poetry run pip install --upgrade "jax[cuda]==0.3.13" -f https://storage.googleapis.com/jax-releases/jax_releases.html
poetry run pip install torch==1.10.2+cu113 torchvision==0.11.3+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
- Ant
poetry run python runner.py --train --file rl_games/configs/brax/ppo_ant.yaml
- Humanoid
poetry run python runner.py --train --file rl_games/configs/brax/ppo_humanoid.yaml
- brax_visualization.ipynb