Closed AntonBock closed 2 years ago
For some reason, when running the examples using this wrapper, I can change the number of environments without problem.
I think i found a/the solution in the .yaml files under IsaacGymEnvs/isaacgymenvs/cfg/train. The minibatch_size must be dividable with num_envs multiplied with the horizon_length. This at least fixes it for me.
Yes, this is an rl_games requirement, so SKRL would indeed be different.
We will likely update to a newer version of rl_games where this may change at some point later this year.
I found that num_envs must be the several times default numEnvs in the .yaml files under IsaacGymEnvs/isaacgymenvs/cfg/task. I found this issue when I attempted to run
python train.py task=Cartpole num_envs=512
Hello, I have suddenly started getting an AssertionError, when changing the numEnvs in the RL examples. I thought my computer was messed up, so I reinstalled Ubuntu 20.04. My Isaac Gym is therefore running on a fresh system, however the error persists.
When I change the numEnvs parameter in the Cartpole.yaml from 512 to 256, i get the following error:
Any help is much appreciated