WorldEditors

Results 6 issues of WorldEditors

MAML - RL is an important class of RL algorithms However, MAML seems to be not compatible with current PARL framework Please see: https://github.com/cbfinn/maml_rl

As MetaGym will mainly focus on task generalization, we are changing the repo name from RLSchool to MetaGym (the PyPI package is changing from rlschool to metagym correspondingly), we apologize...

We are looking for interns and motivated researchers & engineers in dialogue systems. Send your resume to [email protected] if you are interested.

It seems that running Forge.py requires the file "map.tmx", which is missing I am wondering if this is a problem of my configuration or other things No such file or...

The reproduction code: ```python from mamba_ssm import Mamba2 from mamba_ssm.utils.generation import InferenceParams import torch bsz = 1 seq_len = 256 seg_len = 64 dim = 512 seg_num = (seq_len -...