Skip to content

ekalosak/gg-agent

Repository files navigation

Run training

docker-compose run tr

Dev setup

git submodule update --init --recursive

https://stackoverflow.com/questions/1030169/pull-latest-changes-for-all-git-submodules

Update gg-env

git submodule update --remote --merge

Dev loop with Docker

ls **/*py | entr -r ./run.sh

Setup local workstation

Tested on Amazon Linux 2.

Install pyenv:

curl https://pyenv.run | bash

Then, modify your ~/.bashrc as per ^'s output.

Install python and dependencies

pyenv install 3.10
pyenv virtualenv 3.10 gga
pyenv activate gga
pip install --upgrade pip
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv torch_geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
pip install -e ./gg-env

Check install

python -c 'import torch; print(torch.__version__)'

Install troubleshooting

https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html

About

Agents for playing graph games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors