ChenRufeng
ChenRufeng
When I use mamba create environment, there is a error about install `av==10.0.0`, the detail is > error libmamba Could not solve for environment specs The following packages are incompatible...
When I run `python train`, there is a error: > Traceback (most recent call last): > File "train.py", line 3, in > from analysis import RUN > ModuleNotFoundError: No module...
I check gymnasium document, they introduce `gymnasium.utils.save_video` to save video, but I fail to save video of `OfflinePointGoal1Gymnasium-v0`. the example code is , how to save dsrl datasets rendering video?
I have some confusions about 'label'(rewards) setting, the horizon of state and action sequences are fixed, but rewards array is from 'start' to end of entire episode. Why?
Thanks for your work. In the homepage, you introduce a function for generating more complex tasks. I want to try this function, please help me. 