-
Hi!
I am trying to run: ```python3 examples/simple_mushroom_env/example_unitree_a1.py```
Also I get the same error when I run ```loco-mujoco-download```
But I get an error:
```
File /loco-mu…
-
Hi,
Thank you for your previous answer, it was very helpful.
I am looking to _hopefully_ use this **great** simulation to test a new RL method of my own. In your published paper, you reference …
-
Used the following PDF: https://arxiv.org/pdf/1706.03762
The result looks ok, however the order or pages is incorrect.
Setup
```
git clone ...
pip install -e .
```
```python
import asyn…
-
This is a great project, thank you very much for your selfless open source and sharing. Looking forward to adding more latest RL algorithms. For example, google-mind's bbf algorithm. And so on.
-
Hi all! First off, thank you for putting together this excellent repo, it's saving me quite a bit of time from having to implement my own buffers from scratch. I really like the end-to-end jitting tha…
-
Hello,
I came across this repository and was wondering what the steps and requirements would be to set up a custom environment and utilize the algorithm. Specifically, for example, a gym environment …
-
Hey guys @faichele @guparan @hugtalbot,
I was working on the control solution of a soft-robot in SOFA using RL (from python3).
Well, since SofaPython3 is a WIP so I thought maybe I can try to fin…
-
**Is your feature request related to a problem? Please describe.**
I'm not sure if I am missing something but I would like the ability to easily track different contributions to a given loss - I can'…
-
设备信息:
设备型号:FriendlyElec NanoPi R5S
固件版本:iStoreOS 22.03.6 2024030112
内核版本:5.10.201
宽带信息:
成都电信100M
问题描述:
在iStore拨号的情况下,会出现经常性的重拨,有时候重拨很快,几秒恢复联网,有时会出现重拨完全失败,根本播不上号;每次只要重拨号后…
-
- Create or find an implementation of a standardized Q learning algorithm.
- The policy performance plot should feature the number of minibatch updates on the x axis.
- Put either the variance or th…