-
**Describe the bug/feature**
I would like kapitan to output unindented sequences.
At the moment it generates
```
mylist:
- item1
- item2
```
and I want
```yaml
mylist:
- item1
- item2
…
-
Currently, bilby auto-saves parameters during a training run and loads them back in if available on restart. However, it should also save the state of the optimizer. The [Adam](https://optax.readthedo…
-
Hi,
I'm trying to save and load the model from this example: https://keras.io/examples/rl/deep_q_network_breakout/
Saving the model works. When I load the model I'm getting the following error:
`…
-
Hey,
I was trying to implement the predictive sampling planner in the MJX module inside the python section. I tried running the existing example that was set to mjx_insert_cube.xml inside the insert.…
-
Hello. ThanksHello everyone,
First of all, thank you for sharing such a good implementation. It seems that there is a bug in the utils.py file in the utils directory. The code is as follows:
```py…
-
Hello,
I'm trying to train the model on my local machine, with Titan XP GPUs and fairly many CPU cores (48).
But the issue is, the training is too slow. The fps values reported by the openai/bas…
-
We now have 3 different 3d molecule renderers in Dash Bio (Speck, 3dmol, and NGL). It would be nice to have a playground app where you could easily compare these 3 different renderers and customize + …
-
## 🐍 Package Request
- Package Name and Version : mujoco / latest
- Package URL : https://github.com/deepmind/mujoco/tree/main/python
- Package Dependencies that needs to be resolved first: `inst…
-
Currently we have both `wrap_train` and `gen_pong_env` which have similar but not well-delineated roles. It'd probably be better to add a `frame_stack=` option to the `gen_pong*` methods, which would …
-
Hi, kind man! We met in Starcraft2 PvP today!
I couldn't but rush as you did a gas terror :)
By the way, I haven't known there's a `sc2` python library!
https://github.com/eastmean0/StarCraft…