molot / README.md
Oleg78's picture
Push Reinforce agent to the Hub
c1187e6
metadata
tags:
  - CartPole-v1
  - reinforce
  - reinforcement-learning
  - custom-implementation
  - deep-rl-class
model-index:
  - name: molot
    results:
      - task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: CartPole-v1
          type: CartPole-v1
        metrics:
          - type: mean_reward
            value: 185.60 +/- 51.63
            name: mean_reward
            verified: false

Reinforce Agent playing CartPole-v1

This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5