lvjonok / s24-stat-tech-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s24-stat-tech-analysis

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

How to gather data

We have an option of two models: two-link and pendulum.

python3 collect_data --model two-link

Data will be saved to data/ directory.

How to change control algorithm

You can change control algorithm in corresponding {MODEL}.py file.

Analysis

Analysis is done in analysis.ipynb notebook.

About


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%