Yukuan Lu

Results 10 comments of Yukuan Lu

> I guess this is not an issue of the theme. You may try `\displaylines{x = a + b \\ y = b + c}` as suggested in [mathjax/MathJax#2312 (comment)](https://github.com/mathjax/MathJax/issues/2312#issuecomment-538185951)....

Create a new conda environment with Python=3.11. Then retry this command.

https://github.com/hpcaitech/Open-Sora/issues/134

Yeah that's true. I don't know the reason of doing this.

I see the hidden_size attribute in the config file: ```yaml rssm: {deter: 4096, units: 1024, hidden: 128, stoch: 32, classes: 32, ... } ``` Here you set `hidden` to be...

> Hi @LYK-love , > > after a quick search I found that the most likely reason is the mismatch of SSM hyperparameters. For example, you are probably using the...

> I encountered the same error when I was running other models, but that project did not have setup.py. Do you have any good suggestions? In this case I think...

> @LYK-love Could you share which math engine are you using? It should be in the something like this under `_config.next.yml`: > > ```yaml > math: > every_page: false >...

I have reprodcuded the score of pong (400K steps) upon current DreamerV3 commit. It's quite robust. Maybe sth wrong happened to your experiment setting?

To suppoert MUJOCO envs is a bit tedious, you need to: 1. Go to the [mujoco-py](https://github.com/openai/mujoco-py) github page. Follow the installation instructions in the README 2. Then, install some libraries...