ciff icon indicating copy to clipboard operation
ciff copied to clipboard

Execution gets stuck trying to launch the simulator

Open anirban-code-to-live opened this issue 5 years ago • 1 comments

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.

anirban-code-to-live avatar Feb 01 '20 05:02 anirban-code-to-live

Hi @anirban-code-to-live! I have the same issue. Were you able to resolve it?

bralat avatar Jul 19 '21 12:07 bralat