Skip to content

Commit

Permalink
Tweak phrasing in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahdah committed Dec 20, 2023
1 parent f7f7fca commit a364914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Each CSV file in `dataset/` contains one experimental episode. The columns are:
| `alpha` | Measured pendulum angle (rad) |
| `control_output` | Control signal calculated by the controller (V) |
| `feedforward` | Feedforward signal to be added to `control_output` (V) |
| `plant_input` | `control_output` summed with `feedforward` (V), saturated between -10V and 10V. |
| `saturation` | Signal indicating if saturation is active. -1 if saturating in the negative direction, +1 if saturating in the positive direction. |
| `plant_input` | `control_output` summed with `feedforward` (V), saturated between -10V and 10V |
| `saturation` | Signal indicating if saturation is active (_i.e._, -1 if saturating in the negative direction, +1 if saturating in the positive direction) |

## Repository Layout

Expand Down

0 comments on commit a364914

Please sign in to comment.