diff --git a/README.md b/README.md index 2fa82b92..670651d1 100644 --- a/README.md +++ b/README.md @@ -184,12 +184,12 @@ That's all it takes to train an agent with SheepRL! 🎉 > > Before you start using the SheepRL framework, it is **highly recommended** that you read the following instructional documents: > -> 1. How to [run experiments](./howto/run_experiments.md) -> 2. How to [modify the default configs](./howto/configs.md) -> 3. How to [work with steps](./howto/work_with_steps.md) -> 4. How to [select observations](./howto/select_observations.md) +> 1. How to [run experiments](https://github.com/Eclectic-Sheep/sheeprl/blob/main/howto/run_experiments.md) +> 2. How to [modify the default configs](https://github.com/Eclectic-Sheep/sheeprl/blob/main/howto/configs.md) +> 3. How to [work with steps](https://github.com/Eclectic-Sheep/sheeprl/blob/main/howto/work_with_steps.md) +> 4. How to [select observations](https://github.com/Eclectic-Sheep/sheeprl/blob/main/howto/select_observations.md) > -> Moreover, there are other useful documents in the [`howto` folder](./howto/), which containes some guidance on how to properly use the framework. +> Moreover, there are other useful documents in the [`howto` folder](https://github.com/Eclectic-Sheep/sheeprl/tree/main/howto), which containes some guidance on how to properly use the framework. ### :chart_with_upwards_trend: Check your results