q-Taxi-v3 / README.md
lucasbertola's picture
Upload . with huggingface_hub
b776cb1
|
raw
history blame
711 Bytes
metadata
tags:
  - Taxi-v3
  - q-learning
  - reinforcement-learning
  - custom-implementation
  - Lucas_is_the_best
model-index:
  - name: q-Taxi-v3
    results:
      - metrics:
          - type: mean_reward
            value: 7.56 +/- 2.71
            name: mean_reward
        task:
          type: reinforcement-learning
          name: reinforcement-learning
        dataset:
          name: Taxi-v3
          type: Taxi-v3

Q-Learning Agent playing1

This is a trained model of a Q-Learning agent playing

Usage


model = load_from_hub(repo_id="lucasbertola/q-Taxi-v3", filename="q-learning.pkl")

# Don't forget to check if you need to add additional attributes (is_slippery=True etc)
env = gym.make(model["env_id"])