Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RewardUQ: Uncertainty-Aware Reward Models

![RewardUQ](https://github.com/user-attachments/assets/159bf55c-edf1-4361-9f41-ab6d2c077524)
![RewardUQ](./assets/rewarduq_logo.svg)
Comment thread
danielyxyang marked this conversation as resolved.

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
Expand Down
39 changes: 39 additions & 0 deletions assets/rewarduq_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name = "rewarduq"
description = ""
version = "0.1.0"
authors = [
{ name = "Lena Libon", email = "llibon@ethz.ch" },
{ name = "Florian Redhardt", email = "fredhardt@ethz.ch" },
{ name = "Samuel Stante", email = "sstante@ethz.ch" },
{ name = "Daniel Yang", email = "daniel.yang@inf.ethz.ch" },
{ name = "Samuel Stante", email = "sstante@ethz.ch" },
{ name = "Florian Redhardt", email = "fredhardt@ethz.ch" },
{ name = "Lena Libon", email = "llibon@ethz.ch" },
]
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -42,7 +42,7 @@ notebook = ["jupyterlab", "ipykernel", "ipywidgets"]
dev = ["pre-commit", "nbstripout", "ruff", "pytest"]

[project.urls]
"Homepage" = "https://github.com/Florian-toll/rewarduq"
"Homepage" = "https://github.com/lasgroup/rewarduq"

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down