mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-03 17:53:26 +00:00
add first example with OpenRLHF
This commit is contained in:
parent
f23c52116a
commit
655de7a7f3
7 changed files with 815 additions and 2 deletions
|
|
@ -6,4 +6,15 @@ from . import algebra, algorithmic, arithmetic, cognition, data, games, graphs,
|
|||
from .factory import create_dataset, register_dataset
|
||||
|
||||
__version__ = "0.1.1"
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "graphs", "logic"]
|
||||
__all__ = [
|
||||
"arithmetic",
|
||||
"algorithmic",
|
||||
"algebra",
|
||||
"cognition",
|
||||
"data",
|
||||
"games",
|
||||
"graphs",
|
||||
"logic",
|
||||
"create_dataset",
|
||||
"register_dataset",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue