Reinforce Agent playing Pixelcopter-PLE-v0
This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0.
To learn to use this model and train yours, check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
Results
- mean_reward: 28.00 +/- 23.74
Hyperparameters
{
"h_size": 64,
"n_training_episodes": 20000,
"n_evaluation_episodes": 10,
"max_t": 10000,
"gamma": 0.99,
"lr": 0.0001,
"env_id": "Pixelcopter-PLE-v0",
"state_space": 7,
"action_space": 2
}
Evaluation results
- mean_reward on Pixelcopter-PLE-v0self-reported28.00 +/- 23.74