/mcts_path

Primary LanguagePython

Path Finding Using MCTS


Technologies used

  • Python

First-time setup

  • Execute pip install pipenv globally
  • In root directory, Execute pipenv install

Running Server

  • In root directory, Execute pipenv run main

Installing new pip packages

  • In root directory, Execute pipenv install <package-name>

Updating pip packages

  • In root directory, Execute pipenv update <package-name>

Uninstalling old pip packages

  • In root directory, Execute pipenv uninstall <package-name>

Rebuild requirements.txt

  • In root directory, Execute pipenv lock --keep-outdated -d -r > requirements.txt