snake-ai-pytorch
snake-ai-pytorch copied to clipboard
Project setup improvement
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