Follow the readme guide to install and activate the RLDucky virtualenv
Follow the readme and clone the duckietown-mbrl repo:
Run python -m pytest tests/algorithms
Observed Results
What happened? This could be a description, log output, etc.
Error resulted: File "/Users/paul/opt/anaconda3/envs/RLDucky/lib/python3.8/site-packages/hydra/test_utils/test_utils.py", line 20, in <module> from typing_extensions import Protocol ModuleNotFoundError: No module named 'typing_extensions'
Yeah so this should be fixed in this commit but I'm not sure since pytorch is also included in those requirements, but still isn't installed for some reason. Weird.
Steps to reproduce
python -m pytest tests/algorithms
Observed Results
File "/Users/paul/opt/anaconda3/envs/RLDucky/lib/python3.8/site-packages/hydra/test_utils/test_utils.py", line 20, in <module> from typing_extensions import Protocol ModuleNotFoundError: No module named 'typing_extensions'
Expected Results
Relevant Code
Managed to suppress this according to: https://stackoverflow.com/questions/69108343/modulenotfounderror-no-module-named-typing-extensions using the following:
Which updates to most recent versions. Probably an issue with MBRL and not this repo directly.