ciff
ciff copied to clipboard
Execution gets stuck trying to launch the simulator
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": 128,
"use_pointer_model": false,
"do_symbolic_language_prediction": false,
"action_hidden_dim": 5,
"vocab_size": 1104,
"blocks_hidden_dim": 20,
"do_goal_prediction": false,
"stop_action": "stop",
"num_directions": 4,
"h1_hidden_dim": 120,
"do_action_prediction": false,
"num_actions": 81,
"num_blocks": 20,
"do_object_detection": false,
"use_paragraphs": false,
"do_temporal_autoencoding": false,
"vocab_file": "data/blocks/vocab.txt"
}
How to get rid of this issue. Thanks in advance.
Hi @anirban-code-to-live! I have the same issue. Were you able to resolve it?