dynalang icon indicating copy to clipboard operation
dynalang copied to clipboard

Code for "Learning to Model the World with Language."

Results 4 dynalang issues
Sort by recently updated
recently updated
newest added

### Reproduce the error ``` TASK=homegrid_task; EXP_NAME=first_run; GPU_IDS=0; SEED=0 sh scripts/run_homegrid.sh $TASK $EXP_NAME $GPU_IDS $SEED ``` Encounters the error ``` ValueError: Non-hashable static arguments are not supported. An error occurred...

Hi, `max_len` surrounded by the following block `>>>>`, in `def _embed`, hasn't been declared yet. I am assuming it is `self.max_token_seqlen`? The code is from [here](https://github.com/jlin816/dynalang/blob/124721d8895b34d50094775e23716877433376bc/dynalang/embodied/envs/messenger.py#L160C1-L161C1), ``` def _embed(self, string):...