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 hope you are doing well. Thank you very much for your immediate responses to the issues that I have opened the previous week. I have stared now exploring the karolos API and its capabilities. I wanted to ask is it possible to visualise the simulation of the robot while executing the task ? Furthermore, is it possible to accelerate the training procedure of the RL agent by leveraging powerful NVIDIA GPUs like NVIDIA RTX A5000 using CUDA acceleration in PyTorch?
Thank you very much in advance for all the valuable help and support!
Kind regards,
Christos Peridis
The text was updated successfully, but these errors were encountered:
Make sure the training pipeline is working as intended. For this, the environment config needs to set the parameter render=True. Also, set number_processes=1, because Pybullet can only spawn one window:
Visualize a trained policy. Look at karolos/display.py and point it to the experiment folder. I just tested the file and found a little bug, so please pull the lastest version first.
Regarding cuda: The agent tries to use Cuda out of the box, see here:
Hello dear Christian,
I hope you are doing well. Thank you very much for your immediate responses to the issues that I have opened the previous week. I have stared now exploring the karolos API and its capabilities. I wanted to ask is it possible to visualise the simulation of the robot while executing the task ? Furthermore, is it possible to accelerate the training procedure of the RL agent by leveraging powerful NVIDIA GPUs like NVIDIA RTX A5000 using CUDA acceleration in PyTorch?
Thank you very much in advance for all the valuable help and support!
Kind regards,
Christos Peridis
The text was updated successfully, but these errors were encountered: