Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 595 Bytes

Hyperbolic reinforcement learning minimal repository

Install dependencies via conda:

conda env create -f environment.yml
conda activate procgen_hyper

Replicating the results

Run experiments by executing main_hydra.py and override the appropriate arguments (see hydra for details), e.g. to run PPO with hyperbolic representations on starpilot with generalization configurations:

python main_hydra.py agent=onpolicy/hyperbolic/ppo env=gen/starpilot