Viktor Makoviichuk

Results 47 comments of Viktor Makoviichuk

Looks like it hasn't been fixed for almost 4 months. Are there any estimates when the bug can be fixed?

Agrre, looks like it is broken for 1.5. As I've installed older mujoco-py version for mujoco 1.3.1 and it worked out of the box.

@qiuyuchen14 thank you for the reporting an issue. I'll take a look.

I reproduced the issue, also found another one and will push the fix tomorrow.

Are there any updates on the progress with current issues? Installation of 0.5.7 works well and out of box as it should be, but looks like it's impossible to install...

Hi @1seck! horizon_length should be divisible by self.seq_len, so the maximum value it can take equals the horizon_length but can be a fraction of it. As about self.minibatch_size_per_env it's not...

``` What Does the parallel calculation with torchrun? The problem was that when i let Ant run on 4 machines in parallel then it does not calculate four times as...

And what are the numbers you got?

Not exactly your example, but here is a very similar Resnet network builder with RNN (LSTM) layers support.