-
During my PoC with `astronomer-cosmos` on K8s using kind and airflow helm chart, I encountered an unexpected issue with the `TestBehavior.AFTER_ALL` option. I expected to get a DAG that looked like th…
-
This issue will probably take a good chunk of time to complete, but I think we will want to start getting rid of functions that can overwrite information within a given UID. I originally set out to tr…
-
-
in `lqr_control.cpp`, I think the element of B Matrix is ` (J + m * pow(l, 2.0)) / alpha, -(m * l) / alpha` not `(J * m * pow(l, 2.0)) / alpha, -(m * l) / alpha`.
Also I think C is a 2 X 4 Matrix…
-
Current idea:
- Record data from the robot (state 1 + action -> state 2)
- Optimize the pendulum model use torch (requires it to be differentiable).
Could do it using sim data, trying to find bac…
-
Episode reward summaries are all concentrated together on a few steps, with jumps in between.
Zoomed out:
![image](https://user-images.githubusercontent.com/1750835/50369978-20aace00-0553-11e9-91a…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIT Kanpur
2. #### Appr…
-
Could you please explain the working of the state transition button? I mean why do you need it. Is it just connected to your breadboard? I didn't see you pressing any button on breadboard in the video…
-
Allow user to specify their own from and to dates in the activities list (or give options longer then last 3 months).
Allow total times to be shown as decimal versions as a preference (i.e. 7.5 hours…
-
Hello,
I was trying to find a way to make the ARS implementation I was working on [in this pr](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/42) faster. My first thought …