/dungen-rl

Primary LanguageJupyter Notebook

Python 3.10.13

Dungen RL

This is a project for implementing a dungeon-based reinforcement learning (RL) algorithm.

Requirements

  • Python (version 3.10.13)

Installation

  1. Clone the repository:

    git clone https://github.com/anuranjanpandey/dungen-rl.git
  2. Install the required dependencies:

    conda create --name <env> --file requirements.txt

Usage

  1. Run the main script:

    python dungenTwoAgents.py