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
I trained the model with the unicycle kinematic and using 20 humans as obstacles and I noticed that the policy does not learn. Is there any requirement for the number of humans with unicycle kinematic?
I believe the interval (-0.06, 0.06) for the change of angle i.e., \Delta \theta is too small for the agent to navigate this dense environment.
Thanks.
The text was updated successfully, but these errors were encountered:
If you have a strong computer, you can increase the number of parallel environments by changing args.num_processes and the number of training steps args.num_env_steps in arguments.py . Otherwise, you can reduce the task difficulty by fixing the starting and goal positions of robot and/or humans.
Hi,
I trained the model with the unicycle kinematic and using 20 humans as obstacles and I noticed that the policy does not learn. Is there any requirement for the number of humans with unicycle kinematic?
I believe the interval (-0.06, 0.06) for the change of angle i.e., \Delta \theta is too small for the agent to navigate this dense environment.
Thanks.
The text was updated successfully, but these errors were encountered: