File size: 407 Bytes
98fc9b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env:
  name: "AutoMathReasoner"
  author: "Meta Hackathon User"
  description: "A self-improving math reasoning environment that dynamically generates tasks, tracking accuracy to provide curriculum learning for RL agents."
  version: "1.0.0"

server:
  host: "0.0.0.0"
  port: 7860
  workers: 4
  module: "server.app:app"

features:
  multi_reward: true
  prevent_hacking: true
  curriculum_scheduler: true