Skip to content
Snippets Groups Projects
Commit 88da6650 authored by Rafael Fernandes Cunha's avatar Rafael Fernandes Cunha
Browse files

directory update

parent 2862aabc
No related branches found
No related tags found
1 merge request!1Developing
......@@ -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://gitlab.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment