-
Hi Daniel,
Thanks for this project. I replicated your setup, and it really served me well as a base for my project extension.
Instead of Arduino Uno, I've used an ARM-based processor, namely Ra…
-
**Nov. 18, 2024 @ 2:30 PM**
**Attendance**
- [x] Cyruss
- [x] Richard
- [x] Mark
- [x] Calvyn
- [x] Edward
**Agenda**
- Recap on previous weeks
- Look towards research alliance discus…
-
`diff_for_humans()` seems to always provide a very rough indication compared to `in_words()`:
```
>>> this_moment = pendulum.now()
>>> later_moment = this_moment.add(weeks=5, days=4, seconds=20)
…
-
Dear all,
I am trying to use ipycanvas to write simple sketches, i.e. an oscillating pendulum.
I am struggling with writing lines ending up with arrows. I guess could fix my static problem with a …
-
Just to seed the discussion and let it simmer, I’d like to formalize the notion that we can have different levels of detail for systems. Words like “model reduction”, etc are also relevant here. For…
-
### What happened + What you expected to happen
# What happened
I ran the example script shown below with all three frameworks, while with TF1 and Torch MAML runs, it does not so for TF2.
The pr…
-
### Python version
3.11
### Operating system and processor architecture
Linux-5.15.0-1071-aws-aarch64-with-glibc2.35
### Installed packages
```python
annotated-types==0.7.0
asn1crypto==1.5.1
as…
-
So currently for secure time there are essentially two options:
## NTS (Network Time Security) | [RFC 8915](https://datatracker.ietf.org/doc/html/rfc8915)
* NTS is an actual standard, not just a…
-
Issue: Adding "UniformMass" To a Node before a "MechanicalObject" in Modeler leads to badly formatted .scn files that cannot be instantiated in SOFA
Expected Outcome: Adding Mechanical State and …
-
If I use your env
env = utils.NormalizedActions(gym.make(env_tag))
I can not step an action, it says not implement error,