Skip to content

Updates README#4

Open
AndreMoukarzel wants to merge 1 commit into
qxcv:masterfrom
AndreMoukarzel:master
Open

Updates README#4
AndreMoukarzel wants to merge 1 commit into
qxcv:masterfrom
AndreMoukarzel:master

Conversation

@AndreMoukarzel
Copy link
Copy Markdown

  • Adds alternative installation instructions to README
    -Updates from manual execution's instructions

I'm not 100% sure when it comes to the "Running Manually" section if I got the current arguments 100% right, so please double check!
In particular, does the --no-train argument still exist? It doesn't seem to show up for me when running the --help command.

- Adds alternative installation instructions to README
- Removes obsolete arguments from manual execution's instructions
Copy link
Copy Markdown
Owner

@qxcv qxcv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR André! Just made two small suggestions (LMK if these are correct).

--no-train still exists. I'm puzzled why it doesn't show up with --help.

Comment thread asnets/README.md
sudo apt install docker.io

cd /path/to/this/dir/for/asnets
docker build -t asnets-bionic -f asnets-bionic.dockerfile .
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
docker build -t asnets-bionic -f asnets-bionic.dockerfile .
docker build -t asnets-bionic .

I updated the Dockerfile so it should be the same as the one Felipe sent through.

Comment thread asnets/README.md
../problems/ippc08/domains/ex-blocksworld/domain.pddl \
../problems/ippc08/domains/ex-blocksworld/p0{1,2,3,4,5,6}*.pddl
../problems/ippc08/domains/ex-blocksworld/p0{1,2,3,4,5,6}*.pddl \
--num-layers 2 --hidden_size 16
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--num-layers 2 --hidden_size 16
--num-layers 2 --hidden-size 16

I think it has a hyphen rather than an underscore (see https://github.com/qxcv/asnets/blob/master/asnets/asnets/scripts/run_asnets.py#L276)

Comment thread asnets/README.md
- Path do the PDDL domain and problem definitions. This are positional arguments,
and therefore should always come first!
- `--num_layers 2` controls the number of layers of the architecture.
- `--hidden_size` controls the size of each hidden latent representation of the network.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `--hidden_size` controls the size of each hidden latent representation of the network.
- `--hidden-size` controls the size of each hidden latent representation of the network.

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

Successfully merging this pull request may close these issues.

2 participants