--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: test_model results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type: mean_reward value: 40.10 +/- 6.79 name: mean_reward verified: false --- # **Reinforce** agent playing **CartPole-v1** This is a trained model of a simple Reinforce playing CartPole-v1. This is a result of the training from the [Deep RL Class](https://github.com/huggingface/deep-rl-class) by Hugging Face. See this (repo)[] for the algorithm implementation.