This is a project for implementing a dungeon-based reinforcement learning (RL) algorithm.
- Python (version 3.10.13)
-
Clone the repository:
git clone https://github.com/anuranjanpandey/dungen-rl.git
-
Install the required dependencies:
conda create --name <env> --file requirements.txt
-
Run the main script:
python dungenTwoAgents.py