Skip to content

Commit

Permalink
Merge pull request #89 from PoCInnovation/fix/qlearninglinks
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
MatthiasvonRakowski authored Nov 28, 2023
2 parents 43ea20d + c9cddb1 commit 5b74377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai/Q_Learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You will:
## Documentation

- [Q-Learning](https://en.wikipedia.org/wiki/Q-learning)
- [Gym](https://www.gymlibrary.ml/)
- [FrozenLake](https://www.gymlibrary.ml/environments/toy_text/frozen_lake/)
- [Gym](gymnasium.farama.org/index.html)
- [FrozenLake](gymnasium.farama.org/environments/toy_text/frozen_lake/)

## Getting Started

Expand Down

0 comments on commit 5b74377

Please sign in to comment.