Henry

Results 5 issues of Henry

Hi,Zhendong Could you share your bandit task for me.When I try to vis bandit result.I have a problem. This is my email: [email protected] I really need it.Thanks!

Hi,Wang.I'm sorry to bother you again.After configuring the RL environment for Windows10, I ran the command `python main.py --env_name walker2d-medium-expert-v2 --device 0 --ms offline --lr_decay --early_stop`.The Miniforge(cmd) showed me that...

### Question Hi, When I use mamba which is in Windows to test d4rl,I find that there is a error. `Traceback (most recent call last): File "test_d4rl.py", line 5, in...

Hi, Lu, Good job! Forgive me for being new to this field. Even if you provide Google Drive, there are still a lot of problems downloading it. For example, when...

### Question Hi, Sir, There seem to be two ways to load a dataset in d4rl: 1. `env = gym.make(name)` `dataset = d4rl.qlearning_dataset(env)` 2. `env = gym.make(name)` `dataset = env.get_dataset()...