Skip to content

Commit

Permalink
Update website PDF link. Add tagging instructions to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyeh96 committed Dec 13, 2023
1 parent ab4383e commit dd05501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ python -m build
# upload built files to PyPI
twine upload --repository testpypi dist/* # for testpypi
twine upload dist/*
# create a new tag
git tag vX.Y.Z
git push origin --tags
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A suite of environments designed to test the performance of RL algorithms on rea
The lack of standardized benchmarks for reinforcement learning (RL) in sustainability applications has made it difficult to both track progress on specific domains and identify bottlenecks for researchers to focus their efforts on. We present **SustainGym**, a suite of environments designed to test the performance of RL algorithms on realistic sustainability tasks. These environments highlight challenges in introducing RL to real-world sustainability tasks, including physical constraints and distribution shift.

<p>
<a href="https://openreview.net/forum?id=vZ9tA3o3hr" class="btn btn-blue fs-5 mb-4 mb-md-0 mr-2">Read the Paper</a>
<a href="https://github.com/chrisyeh96/sustaingym/releases/download/v0.1.5/SustainGym.pdf" class="btn btn-blue fs-5 mb-4 mb-md-0 mr-2">Read the Paper</a>
<a href="https://github.com/chrisyeh96/sustaingym/" class="btn fs-5 mb-4 mb-md-0">View it on GitHub</a>
</p>

Expand Down

0 comments on commit dd05501

Please sign in to comment.