Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Sims-Data
Vehicle Dynamics Simulations and Data Analysis for Formula Slug written from the ground up in python.

You can download the dependencies either from requirements.txt or
environment.yml for a conda environment
Empty file added VDCalculators/test.py
Empty file.
23 changes: 23 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: fsae
channels:
- conda-forge
- defaults
dependencies:
- python
- polars
- matplotlib
- pandas
- pytorch=2.4.0
- scikit-learn
- pygame
- libmagic
- tensorboardx
- pycocotools
- terminaltables
- cython
- torchaudio
- torchvision
- tensorboard
- termcolor
- pip
prefix: /Users/daniel/anaconda3/envs/fsae