-
Hi all,
We have this very simple pendulum simulation that swings down passively under gravity. It works fine, though there seems to be some friction (?) that made the pendulum stop at 3.09 instead …
-
Hi ! Im new here and trying to get the hang of drake I wrote the below code for the simulation of simple pendulum but im having difficulty with putting the input port value I keep getting the below …
-
## Description
I suppose `LocalDaskExecutor(scheduler='threads')` should be running concurrently. However this does not seem true according to my example below.
Not sure why it is the case, prob…
-
At the moment the supported runtimes are the following:
- `GazeboRuntime`
- `PyBulletRuntime` (almost ready in #40)
It would be nice comparing simple environments like the existing CartPole, or…
-
Hi, I've been working with SAC up to now and it works fine with my custom environment. However, I wanted to test some other algorithms but I run into the following error that I have not really any ide…
-
I've noticed that in garage, policies take trajectories as inputs even when they are not recurrent policies. They flatten the samples on the TensorFlow's side.
However, I find that problematic, sin…
-
Hallo..
I have one issue regarding how to make the citation numbers in body text looks like [12-15] (as in IEEE standard) instead of [12,13,14,15] as following:
![nomor](https://user-images.gith…
-
I wanted to propose adding a pendulum experiment to bsuite. I think it fits the targeted, simple, challenging, scalable, fast criteria outlined in the bsuite paper. Also, now that https://github.com…
-
I'd like to implement Hindsight Experience Replay (HER). This can be based on a whatever goal-parameterized RL off-policy algorithm.
**Goal-parameterized architectures**: it requires a variable for…
-
Currently we occasionally reference local files, etc, that don't work on colab.
Also need to implement the jupyter widget version of the slider demos.