Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution gets stuck trying to launch the simulator #12

Open
anirban-code-to-live opened this issue Feb 1, 2020 · 1 comment
Open

Comments

@anirban-code-to-live
Copy link

anirban-code-to-live commented Feb 1, 2020

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.

@bralat
Copy link

bralat commented Jul 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants