Rearange README

This commit is contained in:
Dominik Moritz Roth 2024-10-03 23:35:39 +02:00
parent fb71780563
commit 2e759215a8

View File

@ -246,21 +246,6 @@ The tests verify:
- Enum parameters and their custom truthy values behave correctly
- Simulator functionality and consistency
## Disclaimer
NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares.
## Citing
What? Why would you wanna cite it? What are you even doing?
```
@misc{nucon,
title = {NuCon},
author = {Dominik Roth},
abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.},
url = {https://git.dominik-roth.eu/dodox/NuCon},
year = {2024},
}
```
---
![NuCon Meme](README_meme.jpg)
@ -295,3 +280,18 @@ items = [
meme = create_drake_meme(items)
meme.save("README_meme.jpg")
```
## Disclaimer
NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares.
## Citing
What? Why would you wanna cite it? What are you even doing?
```
@misc{nucon,
title = {NuCon},
author = {Dominik Roth},
abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.},
url = {https://git.dominik-roth.eu/dodox/NuCon},
year = {2024},
}
```