.bazelrc
.gitignore
.pdm-python
MODULE.bazel
MODULE.bazel.lock
README.md
bazelw
getting_started.ipynb
pyproject.toml
.buildkite/pipeline.yaml
.buildkite/steps/unit_tests.sh
.buildkite/tools/build-oci-image.sh
.buildkite/tools/download-buildkite-artifact.sh
.buildkite/tools/start-debug-entrypoint.sh
assets/data-flow.png
kubernetes/multistage_math/torch.yaml
kubernetes/rgym/torch.yaml
kubernetes/testing/test.yaml
kubernetes/testing/test_hivemind.yaml
private/README.md
private/tools/BUILD.bazel
private/tools/copy.bara.sky
recipes/multistage_math/msm_bigmath_grpo.yaml
recipes/multistage_math/msm_dapodata_grpo.yaml
recipes/multistage_math/msm_gsm8k_grpo.yaml
recipes/rgym/rgym-torch.yaml
recipes/testing/hivemind_test.yaml
recipes/testing/test.yaml
recipes/vision/text-2-image.yaml
scripts/train.sh
scripts/train_hivemind.sh
src/genrl/__init__.py
src/genrl/blockchain/__init__.py
src/genrl/blockchain/connections.py
src/genrl/blockchain/coordinator.py
src/genrl/common/__init__.py
src/genrl/common/tokenizer_utils.py
src/genrl/communication/__init__.py
src/genrl/communication/communication.py
src/genrl/communication/distributed/__init__.py
src/genrl/communication/distributed/torch_comm.py
src/genrl/communication/hivemind/__init__.py
src/genrl/communication/hivemind/hivemind_backend.py
src/genrl/communication/local/__init__.py
src/genrl/communication/local/null_comm.py
src/genrl/data/__init__.py
src/genrl/data/data_manager.py
src/genrl/data/hf_data_manager.py
src/genrl/data/text_data_managers.py
src/genrl/examples/__init__.py
src/genrl/examples/multistage_math/__init__.py
src/genrl/examples/multistage_math/data.py
src/genrl/examples/multistage_math/reward_utils.py
src/genrl/examples/multistage_math/rewards.py
src/genrl/examples/rgym/__init__.py
src/genrl/examples/rgym/data.py
src/genrl/examples/rgym/datasets.yaml
src/genrl/examples/rgym/reward_utils.py
src/genrl/examples/rgym/rewards.py
src/genrl/examples/text_to_image/__init__.py
src/genrl/examples/text_to_image/data.py
src/genrl/examples/text_to_image/ddpo_trainer.py
src/genrl/examples/text_to_image/rewards.py
src/genrl/game/__init__.py
src/genrl/game/game_manager.py
src/genrl/logging_utils/__init__.py
src/genrl/logging_utils/global_defs.py
src/genrl/logging_utils/ml_logger.py
src/genrl/logging_utils/system_utils.py
src/genrl/misc_utils/__init__.py
src/genrl/misc_utils/name_utils.py
src/genrl/misc_utils/utils.py
src/genrl/models/__init__.py
src/genrl/models/moe/__init__.py
src/genrl/models/moe/_modeling_qwen2_moe.py
src/genrl/models/moe/distributed_moe_layer_utils.py
src/genrl/models/moe/moe_generate.py
src/genrl/models/moe/moe_helpers.py
src/genrl/rewards/__init__.py
src/genrl/rewards/reward_manager.py
src/genrl/rewards/reward_store.py
src/genrl/rewards/text_games_reward_utils.py
src/genrl/roles/__init__.py
src/genrl/roles/role_manager.py
src/genrl/runner/__init__.py
src/genrl/runner/hivemind_launcher.py
src/genrl/runner/launcher.py
src/genrl/serialization/__init__.py
src/genrl/serialization/game_tree.py
src/genrl/state/__init__.py
src/genrl/state/game_state.py
src/genrl/state/game_tree.py
src/genrl/testing/testing_utils.py
src/genrl/trainer/__init__.py
src/genrl/trainer/base_trainer.py
src/genrl/trainer/grpo_trainer.py
src/genrl/trainer/trainer_utils.py
src/genrl/trainer/moe/__init__.py
src/genrl/trainer/moe/moe_trainer.py
src/gensyn_genrl.egg-info/PKG-INFO
src/gensyn_genrl.egg-info/SOURCES.txt
src/gensyn_genrl.egg-info/dependency_links.txt
src/gensyn_genrl.egg-info/requires.txt
src/gensyn_genrl.egg-info/top_level.txt
test/communication/distributed/test_torch_comm.py
test/communication/hivemind/test_hivemind_backend.py
test/data/test_hf_data_manager.py
test/examples/rgym/__init__.py
test/models/moe/test_distributed_moe_layer_utils.py
test/rewards/test_reward_manager.py
test/rewards/test_reward_store.py
test/serialization/test_serialization.py
test/state/test_game_state.py
test/state/test_game_tree.py
test/trainer/moe/test_moe_trainer.py