Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History

blocksworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Blocks World

Command

Please run these commands from the root directory of the project.

# Train
$ jac-run scripts/blocksworld/learn_policy.py --task final
# Test
$ jac-run scripts/blocksworld/learn_policy.py --task final --test-only --load CHECKPOINT
# add [--test-epoch-size T] to control the number of testing cases.