Open pulak-gautam opened 5 months ago
Thank you for your efforts! Can you submit a pull request?
These are breaking changes in gym
(first one) and in python 3.10 (second one). If one follows requirements.txt and/or downgrades to python <= 3.9, it should work I think. I will try to make a PR with these changes implemented in a modular way to have the code running even if someone's running with the older api/versions (for which it was written). Would that be fine?
Whilst trying to get up the simulation running, I encountered few trivial issues:
locomotion/__init__.py", line 6, in register if env_id in registry.env_specs: AttributeError: 'dict' object has no attribute 'env_specs'
Patch to fix:
locomotion/robots/minitaur.py", line 168, in __init__ self._observation_history = collections.deque(maxlen=100) AttributeError: module 'collections.abc' has no attribute 'deque'
Patch to fix: