AI Track Simulator is an easy-to-use Simulator engine built in pygame
Project description
pysimulate
pip install pysimulate
Purpose
This project provides a framework to build a simulator to test different agents in a simple environment. This allows you to control the inputs/outputs of the system in python and hotswap the 'drivers' to the vehicles.
Use this repo to build your own AI drivers and test them on your own tracks!
Links
About
This project was built using the pygame and numpy libraries. In order to install these dependencies use:
pip install -r requirements.txt
Extend from the abstract class Simulation
from simulation.py
in order to create a custom simulation or simply use the DefaultSimulation
class.
Same applies to building a custom vehicle from vehicle.py
or using the DefaultVehicle
class.
Author
Luke Harwood
Created on 05/24/2022
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pysimulate-1.1.7-py3-none-any.whl
.
File metadata
- Download URL: pysimulate-1.1.7-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e69640db29728d2c92e92dfe21c6e8bb2579b5c4c84c994ee9f6c0811b3fe358 |
|
MD5 | 0db0d350e1c34748b53b062bf15ac017 |
|
BLAKE2b-256 | be4613482a4a868a544a9dd1bd8c7d9a93a0069e046014a4a8d98ec4a474aa78 |