ciff
ciff copied to clipboard
Cornell Instruction Following Framework
While running the code for **_experiments_blocks/test_baseline.py_**, the execution gets stuck - ``` SETTING THE START METHOD EXPERIMENT NAME: test_block_baselines { "image_width": 128, "action_names": [ "north", "south", "east", "west" ], "image_height":...
This pull request contains fixes for minor issues I encountered while trying to use this software: 1. The repository link in the instructions, `git clone https://github.com/clic-lab/instruction-following-framework.git`, no longer exists. 2....
Hi, What should I do in order to reproduce results reported in [this paper](https://arxiv.org/abs/1809.00786). In another issue, I found that some files are missing. I reverted the repository back to...
Hi, Thank you for releasing the code! I tried to reproduce the Chai dataset experiment, however got this error: ``` $ python3 src/experiments_house/train_goal_prediction_from_disk.py Traceback (most recent call last): File "src/experiments_house/train_goal_prediction_from_disk.py",...
I was trying to reproduce the code for **blocks** dataset. But when I tried to run the _test_baseline.py,_ it threw the following error: ``` Traceback (most recent call last): File...
Hi I am trying to get the blocks code running. I first looked at the 2016 block experiment, which has detailed experimental files such as train/dev/ test, etc. I can...
Baseline package should be integrated with the learning package and unused files should be removed.
It would be great to have more learning algorithms in CIFF including the following: 1. PPO 2. Imitation learning algorithms like DAGGER 3. Learning to Search algorithms like LOLS 4....
Several files with prefixes beginning with tmp are not merged. Integrate them into a single file that runs for all domains.