You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a question about performance and the configuration of the environment. I have a Gym environment that inside uses rlbench to train a reinforcement learning model. When measuring the performance of the simulation, I get about 0.12s average per task.step(), so given I have 50 num_steps per step of the gym environment, one step takes about 6 seconds. This is obviously way to slow to train a RL model, so I was wondering if maybe we missed a configuration of some sort, it seems to me like the simulation is running in real time and not as fast as possible.
Hi,
I have a question about performance and the configuration of the environment. I have a Gym environment that inside uses rlbench to train a reinforcement learning model. When measuring the performance of the simulation, I get about 0.12s average per task.step(), so given I have 50 num_steps per step of the gym environment, one step takes about 6 seconds. This is obviously way to slow to train a RL model, so I was wondering if maybe we missed a configuration of some sort, it seems to me like the simulation is running in real time and not as fast as possible.
This is the setup:
This is one step:
These are some versions we are using:
rlbench @ git+https://github.com/stepjam/RLBench.git@b80e51feb3694d9959cb8c0408cd385001b01382
CoppeliaSim_Edu_V4_1_0_Ubuntu20_04
Python 3.12.5
The text was updated successfully, but these errors were encountered: