If you're working with the Gymnasium Reinforcement Learning library and you want to increase the animation speed, simply add env.metadata['render_fps']=xxxx after calling gym.make(). Increasing the frames per second can help with faster test runs. Decrease the animation speed can help with debugging.
Ready for Deep Q-Learning? • Deep Q-Learning/Deep Q-Network (DQN) Expla...
Reinforcement Learning Series: • Gymnasium (Deep) Reinforcement Learning Tu...
コメント