- Make sure you start from the master branch.
- Create a directory in
problems
and put the filesdescription.txt
,script.jl
, andurl.txt
in it. See problems/LaserTag for an example.url.txt
should be the URL for a git repository (or other website) for the model.description.txt
should be a short description of the problemscript.jl
should be a short Julia script that createsout.gif
assuming that julia is executed with the environment in the problem directory.
- Use Pkg to create a
Project.toml
andManifest.toml
to specify the dependency environment. - Generate
README.md
by runningPOMDPGallery.gen_readme()
. - Submit a pull request with all of the new and updated files.
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.