Skip to content

Commit

Permalink
addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschmann committed Jun 28, 2024
1 parent 1347515 commit b1025c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RLtools Example: Implementing a Custom Environment
This example implements a full pendulum environment including a visualization in `191` lines of code (`115` for the environment + `76` for the UI). You can find the implementation in [include/my_pendulum](./include/my_pendulum)
This example implements a full pendulum environment (including a visualization) in `191` lines of code (`115` for the environment + `76` for the UI). You can find the implementation in [include/my_pendulum](./include/my_pendulum)
## UNIX (Linux / macOS)
```
git clone https://github.com/rl-tools/example
Expand Down

0 comments on commit b1025c3

Please sign in to comment.