CoolFace
Modelpublic

AliMMZ/Reinforce-model1000

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
README.md27 linesDownload Raw Back to root
1---2tags:3- CartPole-v14- reinforce5- reinforcement-learning6- custom-implementation7- deep-rl-class8model-index:9- name: Reinforce-model100010  results:11  - task:12      type: reinforcement-learning13      name: reinforcement-learning14    dataset:15      name: CartPole-v116      type: CartPole-v117    metrics:18    - type: mean_reward19      value: 87.00 +/- 31.3820      name: mean_reward21      verified: false22---23 24  # **Reinforce** Agent playing **CartPole-v1**25  This is a trained model of a **Reinforce** agent playing **CartPole-v1** .26  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/unit527