Skip to content

max20301/QRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRL

run code in google colab

google colab

run code through script

cd QRL
bash run.sh

run code manually

  1. first create and activate a virtual env through conda

    conda create --name QRL python=3.8
    conda activate QRL
  2. install all packages through pip

    cd QRL
    pip install -r requirements.txt
    pip install tfq-nightly
    pip install gym[toy_text]
  3. run our code

    python quantum_reinforcement_learning.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published