Rearange README
This commit is contained in:
parent
fb71780563
commit
2e759215a8
30
README.md
30
README.md
@ -246,21 +246,6 @@ The tests verify:
|
|||||||
- Enum parameters and their custom truthy values behave correctly
|
- Enum parameters and their custom truthy values behave correctly
|
||||||
- Simulator functionality and consistency
|
- 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)
|
![NuCon Meme](README_meme.jpg)
|
||||||
@ -295,3 +280,18 @@ items = [
|
|||||||
meme = create_drake_meme(items)
|
meme = create_drake_meme(items)
|
||||||
meme.save("README_meme.jpg")
|
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},
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user