From 88da665072873f9630beffde9c0a6e171e817c01 Mon Sep 17 00:00:00 2001
From: Rafael Fernandes Cunha <r.f.cunha@rug.nl>
Date: Wed, 18 Dec 2024 11:22:40 +0000
Subject: [PATCH] directory update

---
 README.md | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index ed819f1..24e61a5 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab