Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gen-Verse/GenEnv
/ types & classes
Types & classes
4 in github.com/Gen-Verse/GenEnv
⨍
Functions
27
◇
Types & classes
4
↓ 4 callers
Class
RewardManager
Base Reward Manager for GenEnv training. >>> USER CUSTOMIZATION REQUIRED <<< Replace the `compute_reward` method with your domain-sp
genenv/utils/reward_functions.py:39
Class
ActionRewardManager
Reward Manager for Action-based tasks (e.g., web navigation). This implementation checks if the model's predicted actions match the
genenv/utils/reward_functions.py:271
Class
EnvGeneratorWorker
Environment Generator Worker using vLLM for efficient inference. This worker is responsible for generating new training tasks based on
genenv/trainer/genenv_trainer.py:54
Class
ToolCallingRewardManager
Reward Manager for Tool/API Calling tasks. This implementation checks if the model's predicted tool calls match the expected ground
genenv/utils/reward_functions.py:173