Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 311 Bytes

ode_agent

Supply the name of the enviornment inside the ENV environment variable.

To see how a random agent performs on the environment:

ENV=ODEWorld_0-v0 python train_ppo2.py

To train:

ENV=ODEWorld_0-v0 python train_ppo2.py

To run the trained agent:

ENV=ODEWorld_0-v0 python run_ppo2.py