Skip to content

psanabriaUC/gym-EdgeDewSim

Repository files navigation

gym-edgedewsim

To run the RL agent, you have to install the OpenAI baselines library. Then, run:

python3 run.py --alg=<name of the RL algorithm> --env=<environment_id>

Some possibilities for the RL algorithm include 'ppo2', 'deepq', 'a2c', and 'acer'. For instance, the following command runs PPO on the edgedewsim-hybrid-1500-v0 environment:

python3 run.py --alg=ppo2 --env=edgedewsim-hybrid-1500-v0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages