Question about training the agent #126
Replies: 2 comments 12 replies
-
Hi, I moved your question to the discussions section (issues are for reporting bugs in the code).
|
Beta Was this translation helpful? Give feedback.
-
Nope, I don't see that many "time step timed out" warnings, sure I get a few, but not that often. Maybe I didn't uninstall it properly and that messed something up, i'll try to again and see what happens. thanks for your help thus far though!! edit: I just tried agian doing a clean install, I did edit 2: when i run with the "SAC_4_LIDAR_pretrained" it's even worse at completing the map, it just auto turns right and gets stuck and keeps reseting itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so when I run
python
-m tmrl --worker in my powershell
i get this over and over and over againI also did record the reward for the map prior to running this, Is this the output I should be getting/how do I get the agent to follow the path I gave it during the reward run?
When I run
python -m tmrl --test in my powershell
nothing happens to my car, it doesn't move but the game still randomly resets itself? I did add theweights_only=True
in actor.pyHow do I also save the model so it can resume from what it already learned next time I run it or does it automatically do that/how can I tell from the data if it's learning? Because every time I restart it the memory len gets small.
Also, I have an amd gpu and not nvidia, so currently the training is defaulting to my cpu, is there a way for me to edit the code to use direct ml so i can use my amd gpu for training?
Lastly, how do I know if the agent is using lidar or sac?
Thanks in advance and sorry for the load of questions, I'm new to this!
Beta Was this translation helpful? Give feedback.
All reactions