/open-world-expt

Primary LanguagePythonMIT LicenseMIT

This repository contains experimental scripts and data for researching open-world learning infrastructure. We use the gym-open-poker environment for our experiments. For more details, visit https://github.com/minhsueh/gym-open-poker.

alt text

To execite files in test including DQN training, testing, and visulization

  1. Clone the repository:
git clone https://github.com/minhsueh/open-world-expt.git
  1. Navigate to the project directory:
cd gym_open_poker
  1. Create virtual environment
python3 -m venv .env
source .env/bin/activate
  1. Install the package in editable mode:
pip3 install -e .
  1. Install additional dependencies:
pip3 install -r requirements.txt