Issues
- 0
Update Jupyter demo
#84 opened by FlorianPommerening - 0
make evaluator script executable with command line arguments PDDL/SAS files for testing
#82 opened by ClemensBuechner - 0
command line execution -- interview
#81 opened by ClemensBuechner - 1
- 0
check if initial input evaluates successfully in case all successors are unsuccessful to make sure the bug actually occurs
#80 opened by ClemensBuechner - 0
when running python -m machetli.evaluator on the grid we get a warning about undefined behavior. Use a __main__.py file instead
#79 opened by ClemensBuechner - 0
cancel running jobs when the user cancels a grid job on the command line
#78 opened by ClemensBuechner - 0
add an option to the environment that saves the pickle of the last (or all) improving successors.
#77 opened by ClemensBuechner - 0
Implement additional successor generator that changes the initial state to a state that occurs along a plan
#76 opened by ClemensBuechner - 0
write out normalized file for initial state, so meld can be used to compare the result
#75 opened by ClemensBuechner - 0
clean up tools package
#74 opened by ClemensBuechner - 0
pickle should happen in try-catch block
#73 opened by ClemensBuechner - 0
refactor error handling
#72 opened by ClemensBuechner - 0
environment should have something def jobname instead of batch000, ....
#70 opened by ClemensBuechner - 0
compare environment classes to Lab environments and look whether differences are reasonable
#69 opened by ClemensBuechner - 0
There's a lot of code in the environment files. Maybe write some of the functionality to separate file.
#68 opened by ClemensBuechner - 0
add "didn't finish" exit code to evaluators and handle correctly in search
#67 opened by ClemensBuechner - 0
set time limit in environments
#66 opened by ClemensBuechner - 0
put Environments in try-catch block
#65 opened by ClemensBuechner - 0
write experiment data to designated data directory and/or eval directories similar to Lab
#53 opened by ClemensBuechner - 0
use pathlib everywhere
#64 opened by ClemensBuechner - 0
clean up visitors
#62 opened by ClemensBuechner - 0
PDDL visitor `contains` looks suspicious
#63 opened by ClemensBuechner - 0
- 0
change task representation to tarski
#60 opened by ClemensBuechner - 0
- 0
planning: rename sf, df, pf (probably stand for SAS-file, domain-file, and PDDL-file, respectively)
#58 opened by ClemensBuechner - 0
- 0
- 1
reference Lab in licence
#54 opened by ClemensBuechner - 0
refactoring: rename cmd_name to run_id
#56 opened by ClemensBuechner - 1
- 1
- 1
Remove cmd_name from the Parser's add_pattern method and add parser argument to the Run's constructor
#9 opened by galerykaeser - 0
- 1
- 0
- 0
Use script for evaluator
#45 opened by FlorianPommerening - 0
- 0
Missing files when installing
#34 opened by ClemensBuechner - 0
Get rid of dependencies on Lab.
#37 opened by ClemensBuechner - 0
Parser.add_pattern() not working
#33 opened by ClemensBuechner - 0
- 0
Update README
#7 opened by galerykaeser - 0
- 0
- 0
Create environment hierarchy
#17 opened by galerykaeser - 1
Error handling on the grid
#14 opened by galerykaeser - 0
- 0