snake-ai-pytorch icon indicating copy to clipboard operation
snake-ai-pytorch copied to clipboard

Project setup improvement

Open DanielAtCosmicDNA opened this issue 5 months ago • 0 comments

This pull request:

  • Adds instructions to README.md to set the virtual environment, activate, install dependencies and running the agent trainment.
  • Organise code into src folder
  • Sorts the following warning:
UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor.
  • Simplify model folder path resolution

DanielAtCosmicDNA avatar Jul 05 '25 18:07 DanielAtCosmicDNA