This is a Flask-based grid map application that implements the policy evaluation algorithm in reinforcement learning.
- Generate a customizable grid (from 3x3 to 10x10)
- Set a start point (green) and an endpoint (red)
- Add obstacles (gray)
- Generate a random policy
- Compute and display the value of each cell
-
Ensure Docker and Docker Compose are installed.
-
Run the following command in the project root directory:
cd grid_app docker-compose up -d -
Visit
http://localhost:5000
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Visit
http://localhost:5000
