Skip to content

Commit

Permalink
Several further improvements in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Dec 13, 2023
1 parent e335a1c commit 59bf992
Show file tree
Hide file tree
Showing 34 changed files with 5,038 additions and 1,118 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def lineno_from_object_name(source_file, object_name):
# built documents.
#
# The full version, including alpha/beta/rc tags.
version = pkg_resources.get_distribution(project).version
version = "0.1.0"
release = version
# The short X.Y version.
major_v, minor_v = version.split(".")[:2]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: thesan_output
title: Reinforcement Learning and Control
author: appliedAI TransferLab
logo: _static/images/transferlab-logo.svg

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
102 changes: 0 additions & 102 deletions notebooks/nb_131_Minari_Overview.ipynb

This file was deleted.

113 changes: 0 additions & 113 deletions notebooks/nb_150_Imitation_learning_theory.ipynb

This file was deleted.

78 changes: 0 additions & 78 deletions notebooks/nb_190_Final_Remarks.ipynb

This file was deleted.

4 changes: 1 addition & 3 deletions notebooks/nb_20_IntroductionToControl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
}
},
"source": [
"# Introduction\n",
"# Introduction to Control\n",
"\n",
"Control theory is a field of control engineering and applied mathematics that deals with the control of dynamical systems in engineered processes and machines. The objective is to develop a model or algorithm governing the application of system inputs to drive the system to a desired state, while minimizing any delay, overshoot, or steady-state error and ensuring a level of control stability; often with the aim to achieve a degree of optimality. "
]
Expand Down Expand Up @@ -446,7 +446,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
}
Expand Down Expand Up @@ -3891,7 +3890,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
}
Expand Down
5 changes: 1 addition & 4 deletions notebooks/nb_30_ControlAndPlanning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
},
"source": [
"# Introduction\n",
"# Control and Planning\n",
"\n",
"In previous sections, we have designed feedback controllers for various systems with the goal of regulating the system output to a desired setpoint. Specifically, we utilized Fullstate Feedback and PID controllers. While these simple controllers can effectively regulate many systems, they have limitations that prevent high performance control for more complex systems.\n",
"\n",
Expand Down Expand Up @@ -1542,7 +1542,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
}
Expand Down Expand Up @@ -2166,7 +2165,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
},
Expand Down Expand Up @@ -3234,7 +3232,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
},
Expand Down
4 changes: 1 addition & 3 deletions notebooks/nb_40_RecentDevelopmentsInControl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"source": [
"# Introduction\n",
"# Recent Developments in Control Theory\n",
"\n",
"- So far we have focused on deterministic systems with no noise or disturbances.\n",
"- In this part of the training, we will focus on stochastic systems and how MPC can be used to handle such systems.\n",
Expand Down Expand Up @@ -791,7 +791,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
}
Expand Down Expand Up @@ -949,7 +948,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false,
"slideshow": {
"slide_type": "subslide"
}
Expand Down
Loading

0 comments on commit 59bf992

Please sign in to comment.