Skip to content

LyaaaaaGames/AIdventure_Server

Repository files navigation

AIdventure_Server

The server on which connects AIdventure game.

How to install AIdventure_Server on a linux server

  1. Clone the repository git clone [email protected]:LyaaaaaGames/AIdventure_Server.git
  2. Run the install.sh ./install.sh. The installer will ask if you want to support CUDA.
  3. Run the run.sh ./run.sh

You might have to give the scripts the executable permission with chmod +x script_name

How to edit the server config

  1. Open server/config.py
  2. Edit what you want.

More info