Reinfocement Learning Approach to solve Shortest Path Problem.
- Clone Repository:
git clone https://github.com/jayaneetha/RL-ShortestPath.git - Move to Directory:
cd RL-ShortestPath - Create a new Virtual Environment:
conda create -n rl-shortestpath python=3.7 - Activate Virtual Environment:
source activate rl-shortestpath - Install dependencies:
pip install --user --requirement requirements.txt
- Update the
mazematrix0 - plain1 - hill2 - start point4 - end point
- Run
python Run.py