Pre-Trained-Language-Models-for-Interactive-Decision-Making icon indicating copy to clipboard operation
Pre-Trained-Language-Models-for-Interactive-Decision-Making copied to clipboard

Pre-Trained Language Models for Interactive Decision-Making [NeurIPS 2022]

Results 5 Pre-Trained-Language-Models-for-Interactive-Decision-Making issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, thanks for the great work. I try to run the code following the command, but there is no specification on the conda environment pt1.8. Could you please provide some...

Could you please provide the generated training data in the virtual home environment? I'm interested in your work and really hope to make some improvements based on this solid work!...

For vh_env.py, I see that reset(self, state) function only takes one argument however in the example you provide you have this function. ``` s = env.reset(state_path , task_goals) ``` Is...

When I tried to run `inference.sh`, it occured the following problem: > onnecting to ../virtualhome/simulation/unity_simulator/v2.2.5/linux_exec.v2.2.5_beta.x86_64 ------------------------------------------------------------------ ['/share/allen/Pre-Trained-Language-Models-for-Interactive-Decision-Making/behavior_cloning/../virtualhome/simulation/unity_simulator/v2.2.5/linux_exec.v2.2.5_beta.x86_64', '-batchmode', '-nographics', '-http-port=8193', '-logFile /share/allen/Pre-Trained-Language-Models-for-Interactive-Decision-Making/behavior_cloning/Player_8193.log'] Getting connection... Retrying (Retry(total=4, connect=4, read=5, redirect=None, status=None))...

hi there, i follow your vh_mdp/example_script.py but when creating the env, I encountered an error > > Traceback (most recent call last): > File "Pre-Trained-Language-Models-for-Interactive-Decision-Making/vh_mdp/example_script.py", line 12, in > env...