stanfordnmbl / osim-rl

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

Add msgpack and msgpack_numpy as a dependency #191

Open spMohanty opened 5 years ago

spMohanty commented 5 years ago

The evaluation service related code has a dependency on msgpack and msgpack_numpy (reference : https://github.com/stanfordnmbl/osim-rl/blob/master/osim/redis/service.py#L7) which should be added as a dependency in setup.py

We should also probably make a release after adding the same, as many submissions are failing because of lack of msgpack and msgpack_numpy