Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osarsa-aaai-25
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ml-rug
osarsa-aaai-25
Commits
88da6650
Commit
88da6650
authored
2 months ago
by
Rafael Fernandes Cunha
Browse files
Options
Downloads
Patches
Plain Diff
directory update
parent
2862aabc
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Developing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-11
7 additions, 11 deletions
README.md
with
7 additions
and
11 deletions
README.md
+
7
−
11
View file @
88da6650
...
...
@@ -20,13 +20,11 @@ The repository is organized to enable researchers and practitioners to:
## Contents
-
`cmake/`
: Configuration files for CMake build system.
-
`include/tb2/`
: Header files used in the SCP implementation.
-
`src/`
: Main C++ source code for the SCP approach.
-
`examples/`
: Example Dec-POMDP problems and configurations used in the experiments.
-
`docs/`
: Documentation for setup, implementation, and usage.
-
`tests/`
: Unit tests for key components.
-
`data/`
: Input data and sample results for the experiments.
-
`results/`
: Outputs and performance metrics for reproduced experiments.
-
`README.md`
: Repository documentation (this file).
-
`CMakeLists.txt`
: Build configuration file.
---
...
...
@@ -43,8 +41,8 @@ The repository is organized to enable researchers and practitioners to:
### Installation
1.
Clone this repository:
```
bash
git clone https://git
lab.example.com/yourusername/optimally-solving-dec-pomdps
.git
cd
optimally-solving-dec-pomdps
git clone https://git
.lwp.rug.nl/ml-rug/osarsa-aaai-25
.git
cd
code
```
2.
Build the project using CMake:
...
...
@@ -57,7 +55,7 @@ The repository is organized to enable researchers and practitioners to:
3.
Run the example:
```
bash
./
scp_solver examples/sample_problem.json
./
code/src/problem_examples
```
---
...
...
@@ -133,6 +131,4 @@ For questions, comments, or collaboration opportunities, please reach out to:
---
Thank you for exploring the Sequential Central Planning approach!
Thank you for exploring the Sequential Central Planning approach!
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment