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

Updates README #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

AndreMoukarzel
Copy link

  • 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
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.

sudo apt install docker.io

cd /path/to/this/dir/for/asnets
docker build -t asnets-bionic -f asnets-bionic.dockerfile .
Copy link
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.

../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
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)

- 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
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