GoingMyWay

Results 110 comments of GoingMyWay

I need to update to 0.6.1. It works now! I will close the issue now!

> That's very slow. Have you tried increasing the time scale? This can be done through the engine configuration side-channel: https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Python-API.md#engineconfigurationchannel Hi, I increased the time scale to 2.0, and...

@ervteng Interestingly, with the built .exe environment file, even without setting the time scale, it still can achieve 100 steps/second. Here is my code. ```python import tqdm import mlagents from...

> Hi, you can even increase the time scale to 10 or 20. Thanks. Do you have any suggestions to increase the simulation speed?

> We use 20 for most of our example environments. If you go too fast, the physics gets kind of wonky, and sometimes objects/agents will go through each other. >...

try ``` run_experiment.load_gin_configs(FLAGS.gin_files, FLAGS.gin_bindings) runner = run_experiment.create_runner(FLAGS.base_dir) ```

> @satyakesav 1d13h for first 100 iterations on `Qbert` That is really fast, normally for DQN, one iteration takes 40 minutes on V100.

Is it `Recsim` not `Racsim`?

@sguada I think I should install 0.1.1 and chenge `zip` in `/home/me/anaconda3/lib/python3.6/site-packages/gin/config.py` to with `list(zip(...))`, so this issue solved. Ref: https://github.com/google/gin-config/issues/22#issuecomment-535437742 Could you please remove the requirement for TF version...