igorcheb's picture
Update README.md
49d3f03
|
raw
history blame
894 Bytes
metadata
tags:
  - LunarLanderContinuous-v2
  - reinforce
  - reinforcement-learning
  - custom-implementation
model-index:
  - name: REINFORCE-LunarLanderContinuous-v2
    results:
      - task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: LunarLanderContinuous-v2
          type: LunarLanderContinuous-v2
        metrics:
          - type: mean_reward
            value: 264.10 +/- 37.17
            name: mean_reward
            verified: false

Reinforce Agent playing LunarLanderContinuous-v2

This is a custom agent. Performance has been measured over 900 episodes. To try the agent, user needs to import the ParameterisedPolicy class from the Agent_class.py file.
Training progress: training

Numbers on X axis are average over 40 episodes, each lasting for about 500 episodes on average. So in total the agent was trained over about 5e6 timesteps.