-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preset_testCases #22
Comments
Does it work with dt=0.1? I recall that we used dt=0.2 in training to expedite the process but dt=0.1 in evaluation |
No. I tried 0.1 and 0.01, the agent moves slowly but has the same trajectory as 0.2. am I using the wrong parameter file? |
Hmm that does seem like the right checkpoint file. I can try to run this again locally and let you know if I see the same thing. We used a smaller dt in evaluation to match what we were running on the hardware implementation for real-time performance, but we used a larger dt in training because the computation time was prohibitive to go much smaller back several years ago when we were training these policies. |
I'm running the I also confirmed in a really old other repo that we were indeed using radius = 0.5 for that 10-agent circle case you tried. |
Thank you for your help ☺. If you succeed, could you please share your test code with me, so I can know why I failed? |
Hi - I spent some time digging up and running old versions of the code (from 2018) and am not having any success. My current hypothesis is that there might be a long lost checkpoint file that was used in generating the results, but accidentally overwritten sometime later on. |
Hi, sorry to bother you again.
I find the test cases (preset_testCases, num_agents:10) you used. I run again using the checkpoint file(gym-collision-avoidance/gym_collision_avoidance/envs/policies/GA3C_CADRL/checkpoints/IROS18/network_01900000) you provided with vpref=1.0, DT=0.2. But it fails. I reduce the radius of the agent from 0.5 to 0.3, then it works but with a slightly different trajectory.
Is this normal or am I using the wrong parameter file?
Thanks for your help~
The text was updated successfully, but these errors were encountered: