An open API service indexing awesome lists of open source software.

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

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]"