stanfordnmbl / osim-rl

Reinforcement learning environments with musculoskeletal models
http://osim-rl.stanford.edu/
MIT License
882 stars 249 forks source link

Submission example in readme missing necessary argument #156

Closed Ryan-Amaral closed 6 years ago

Ryan-Amaral commented 6 years ago

observation = client.env_create(crowdai_token) should be changed to observation = client.env_create(crowdai_token, env_id='ProstheticsEnv')

kidzik commented 6 years ago

Thanks!