Skip to content
Open
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
5 changes: 3 additions & 2 deletions rgym_exp/config/rg-swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ training:
num_generations: 2
num_transplant_trees: 2
seed: 42
fp16: false # set this line to true if your hardware supports fp16
#fp16: false # set this line to true if your hardware supports fp16

blockchain:
alchemy_url: "https://gensyn-testnet.g.alchemy.com/public"
Expand Down Expand Up @@ -60,7 +60,8 @@ game_manager:
config:
_target_: trl.trainer.GRPOConfig
logging_dir: ${log_dir}
fp16: ${training.fp16}
fp16: false
bf16: false
log_with: wandb
log_dir: ${log_dir}
epsilon: 0.2
Expand Down