diff --git a/README.md b/README.md index ed819f1effc4b372f81d0713d411d533bff0a5cb..24e61a586bf456aaa14f0a3cb96db00346f1c005 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