amaljoe88's picture
deploy: sync 712e5bc -> HF
cf6c0e0
Raw
History Blame Contribute Delete
147 Bytes
"""RL training entry point — delegates to src/train.py (openenv.train)."""
from openenv.train import main
if __name__ == "__main__":
main()