The aim of the project is to train an agent to play Tetris by the application of neuroevolution algorithm.
- pyenv
In the project direction, run:
pyenv install 3.9.12
pyenv virtualenv 3.9.12 <env_name>
pyenv local <env_name>
python -m pip install poetry
poetry install