Hey, I am using RLLIB PPO with a custom environment. I am using ray.tune to tune hyperparameters. How do I tell ray.tune to run let’s say 200 episodes. How to indicate to run the number of episodes I want it to run
Hey, I am using RLLIB PPO with a custom environment. I am using ray.tune to tune hyperparameters. How do I tell ray.tune to run let’s say 200 episodes. How to indicate to run the number of episodes I want it to run
Try evaluation_num_episodes
? Documentation here.