-
# Theory Section For Elastic Pendulum Simulation
The theory section for the elastic pendulum simulation is needed.
## Type of issue
- [ ] New Feature
- [ ] Bug
- [x] Documentation
## Po…
-
## Context
There is a tool called [taplo](https://taplo.tamasfe.dev/) that can check and format TOML files. Since different IDEs by default have different rules for formatting TOML files, we want to …
-
Seeing issues trying to run this extension in docker.
```python-traceback
AttributeError: module 'pendulum' has no attribute 'Pendulum'. Did you mean: '_pendulum'?
```
I can't see the exact de…
-
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version.
- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and b…
-
## Context
There is a tool called [taplo](https://taplo.tamasfe.dev/) that can check and format TOML files. Since different IDEs by default have different rules for formatting TOML files, we want to …
-
Matplotlib has a [double pendulum example](http://matplotlib.org/examples/animation/double_pendulum_animated.html) that [plotly adapts](https://plot.ly/python/streaming-double-pendulum-tutorial/).
…
-
Pendulum.jl uses Plots in line 83 without importing it which throws out an error on plotting
```annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]```
The error it throws out:
```ERROR: U…
-
Doesn't actually need to match `Pendulum-v0`, but they need to be able to simulate the non-hardware version of Pendulum-raas and expect that it'll work about the same when they use it with the hardwar…
-
hello!
Did you successfully complete the control of the inverted pendulum?
```bash
iteration: 0 cost: 46906.8821282
iteration: 1 cost: 39965.4489433
iteration: 2 cost: 44619.0937448
iterat…
-
Hi, I have used your code to solve another continuous control task in openai/gym, Pendulum-v0. However, the result was quite bad. I didn't use the rllab environment, just using the simple gym with som…