Skip to content

Commit 500c9ca

Browse files
committed
readme update
1 parent 9ba5697 commit 500c9ca

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CONTRIBUITING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Thank you for considering contributing to **Gym4ReaL**! 🎉
44

55
This guide will help you set up your environment, understand the project structure, and submit effective contributions.
66

7+
Please, refer to the [Gym4ReaL website](https://daveonwave.github.io/gym4ReaL/) for detailed information about the suite structure.
8+
79
---
810

911
## 📌 Project Overview

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gym4real/ # main Python package
8383

8484
## Contributing
8585

86-
If you would like to add a new environment, propose bug fixes, or otherwise contribute to Gym4ReaL, please see the [Contributing Guide](CONTRIBUTING.md).
86+
If you would like to add a new environment, propose bug fixes, or otherwise contribute to Gym4ReaL, please see the [Contributing Guide](CONTRIBUITING.md).
8787

8888
## License
8989

@@ -99,14 +99,13 @@ Please cite Gym4ReaL as
9999
<summary>BibTeX</summary>
100100

101101
```tex
102-
@inproceedings{,
103-
title = {},
104-
author = {},
105-
year = ,
106-
month = ,
107-
booktitle = {T},
108-
address = {},
109-
url = {}
102+
@misc{gym4real2024,
103+
author = {Salaorni, Davide and De Paola, Vincenzo and Delpero, Samuele and Dispoto, Giovanni},
104+
title = {{Gym4ReaL}: A Suite for Benchmarking Real-World Reinforcement Learning},
105+
year = {2025},
106+
publisher = {GitHub},
107+
journal = {GitHub repository},
108+
howpublished = {\url{https://github.com/Daveonwave/gym4ReaL}},
110109
}
111110
```
112111

0 commit comments

Comments
 (0)