Skip to content

Python simulation and hardware library for learning and control

License

Notifications You must be signed in to change notification settings

learning-and-control/core

Repository files navigation

core

Python simulation and hardware library for learning and control

macOS setup

Set up virtual environment

python3 -m venv .venv

Activate virtual environment

source .venv/bin/activate

Upgrade package installer for Python

pip install --upgrade pip

Install requirements

pip3 install -r requirements.txt

Create IPython kernel

python3 -m ipykernel install --user --name .venv --display-name "Virtual Environment"

Papers Implemnted in this Library:

About

Python simulation and hardware library for learning and control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published