Skip to content

Python simulation and hardware library for learning and control

License

Notifications You must be signed in to change notification settings

kimzemian/core

This branch is 2 commits ahead of, 4 commits behind learning-and-control/core:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff00623 · Dec 29, 2022

History

38 Commits
Dec 29, 2022
Sep 29, 2021
Jun 20, 2019
Oct 25, 2019
Jun 7, 2019
Sep 29, 2021
Aug 21, 2019
Jun 28, 2019
Aug 2, 2019
Sep 29, 2021
Jun 28, 2019
Sep 29, 2021

Repository files navigation

core

Python simulation and hardware library for learning and control

#Papers Implemnted in this Library:

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"

About

Python simulation and hardware library for learning and control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.0%
  • Python 18.6%
  • Mathematica 1.4%