Closed StoneT2000 closed 9 months ago
This error is due to the fact that the configuration entry point for the rl_games is indeed missing when the environment is being registered to the gym.
To add it, you can insert the keyword argument "rl_games_cfg_entry_point": f"{agents.__name__}:rl_games_ppo_cfg.yaml",
somewhere between lines 22-25 here:
You need to do the same for all the other environment variations on the same file. This solved the issue for me, but I tested on the 939a768.
Thanks @ozhanozen for the answer!
Yes, in general, we provide the facility to train environments with different frameworks. However, it is intractable for us to tune all the frameworks for all the environments we provide. The PPO implementations vary, parameter names are not the same -- all of this makes it not so straightforward.
If you manage to tune them nicely, we are more than happy to welcome MRs with the right settings.
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
Trying to run RL games training code one the lift cube task but I get a error here and am not sure what to do fix it.
Steps to reproduce
Expected
To run RL on the Isaac Lift Cube Franka-v0 task. However I get the following
Full logs here:
System Info
Describe the characteristic of your environment: