First,thank you for this exciting open-source work!
When trying to run the example script:
python test_env.py task=Go2/Go2Flat algo=ppo
I encountered the following error:
ModuleNotFoundError: No module named 'active_adaptation.learning.ppo.ppo_roa'
After checking the repository, I couldn't find this module in the codebase. It seems to be referenced but not included.
Steps to Reproduce
envs:
Ubuntu 22.04LTS
python 3.10
First,thank you for this exciting open-source work!
When trying to run the example script:
python test_env.py task=Go2/Go2Flat algo=ppoI encountered the following error:
ModuleNotFoundError: No module named 'active_adaptation.learning.ppo.ppo_roa'After checking the repository, I couldn't find this module in the codebase. It seems to be referenced but not included.
Steps to Reproduce
envs:
Ubuntu 22.04LTS
python 3.10