Closed wayne-weiwei closed 2 weeks ago
Hey @wayne-weiwei, thank you for the appreciation! Sorry for the late reply.
Does this issue occur when you run the simulation out-of-the-box or have you made any modifications to it?
Hi, Thanks for your time. I just changed command 'only_test = True', and The robot keeps going backwards. Why is that? It's like he's not learning anything.
If everything else is cloned from the repository and you only changed only_test = True
it should be loading the trained agent just for testing.
Your first few lines in the manager should look like this:
Your directory should have the experiments/trained_agent
as in the screenshot:
I am noting this just to make sure that the trained_agent_diff_5_agent.zip is being loaded properly and not some other untrained agent you might have locally.
Let me know if this helps!
Thank you so much for your help. It works now and it is impressive.
Hello,
Thank you for this wonderful library! I’ve encountered an issue, and I was hoping you could help me understand what might be going wrong. After training the model, the robot does not move during testing. However, it performs normally during the training phase.
Expected Behavior The robot should move according to the actions predicted by the model during the test phase.
Actual Behavior The robot remains stationary during testing and does not perform any actions.