Skip to content

Latest commit

 

History

History
143 lines (114 loc) · 3.62 KB

File metadata and controls

143 lines (114 loc) · 3.62 KB

Examples

We provide examples to train the following algorithms:

To run these examples, make sure you have installed hydra:

pip install --upgrade "hydra-core>=1.3,<1.4"

Scripts can be run from the directory of interest using:

python sac.py

or similar. Hyperparameters can be easily changed by providing the arguments to hydra:

python sac.py collector.frames_per_batch=63