https://github.com/sdley/frozen-lake
Solving the Frozen Game using Gymnasium Reinforcement Learning library
https://github.com/sdley/frozen-lake
frozen-lake-game reinforcement-learning
Last synced: 3 months ago
JSON representation
Solving the Frozen Game using Gymnasium Reinforcement Learning library
- Host: GitHub
- URL: https://github.com/sdley/frozen-lake
- Owner: sdley
- Created: 2025-02-08T01:19:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:14:13.000Z (over 1 year ago)
- Last Synced: 2025-05-15T22:14:03.149Z (about 1 year ago)
- Topics: frozen-lake-game, reinforcement-learning
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frozen lake Game
## Project dependencies
- Step 1: Update Package List
- sudo apt update
- Step 2: Install Python and Pip
- sudo apt install python3 python3-pip
- Step 3: Install the Libraries
- pip3 install gymnasium numpy matplotlib
- Step 4: Verify Installation
- python3 -c "import gymnasium; import numpy; import matplotlib; print('Libraries installed successfully\!')"
- gymnasium.error.DependencyNotInstalled: pygame is not installed, run
- pip install "gymnasium[toy-text]"