Skip to content

hannahaih/CreaQAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo of the project

"Team Creative Quantum AI: Schrödinger's Game of Life"

Installation

new conda env:

conda create --name qcml python=3.8
conda activate qcml

pip installs:

# panda3d & gym libs:
pip install panda-gym[extra]
pip install panda3d==1.10.11

# torch & tf libs with cuda:
pip install tensorflow-gpu
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch

# quantum libs:
pip install qiskit
pip install kaleidoscope

install 3rd party SDKs:

test installation:

Actor("../models/slug2smaller",
            {"run":"../models/slug2smaller-MOVE",
             "walk":"../models/slug2smaller-MOVE"})

Repo Contents

3rd party repos:

Further Information

About

Art Project "Schrödinger's Game of Life"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published