Recall2Imagine icon indicating copy to clipboard operation
Recall2Imagine copied to clipboard

Recall 2 Imagine, a World Model with superhuman memory. Oral (1.2%) @ ICLR 2024

Results 5 Recall2Imagine issues
Sort by recently updated
recently updated
newest added

Hello, I ran R2I with command: ```sh current_date=$(date "+%Y%m%d-%H%M%S") python recall2imagine/train.py \ --configs dmc_vision \ --ssm_type mimo \ --wdb_name dmc_original_${current_date} \ --logdir ./logs/dmc_original_${current_date} ``` and got very low scores. According...

Running with: ```bash python3 ./recall2imagine/train.py / --logdir /logdir/$(date +%Y%m%d-%H%M%S) / --configs atari100k tiny --task atari_pong --jax.platform=cpu ``` Fails with: ``` AttributeError: 'function' object has no attribute 'serializer' ``` Traceback: ```...

In the paper, there is a state that > leverage the output state policy in nonmemory environments and the full state policy or hidden state policy within memory environments. But...

Hello, I wonder how can we get/generate the scores from the experiments of r2i. In the code, I saw the JSON logger writing to two files: 'metrics.jsonl' and 'scores.jsonl'. Neither...