stanfordnmbl / osim-rl

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

Submission to server using "project = False"? #135

Closed mattiasljungstrom closed 6 years ago

mattiasljungstrom commented 6 years ago

How do I submit to the server while using the dictionary observation? I don't see a way to pass project = False to the Client().

kidzik commented 6 years ago

The server outputs only dictionary observations (there is no project = True equivalent on the server).

In the updated version of the environment we will only work with dictionary observation to avoid confusions

mattiasljungstrom commented 6 years ago

Ok, makes sense, thanks for the quick reply!