https://github.com/ray-project/ray
Raw File
Tip revision: 764554505b226dbee36ba0881a2968c739884c29 authored by Max Pumperla on 15 November 2022, 10:52:14 UTC
[rllib] evaluate without specifying algo or env
Tip revision: 7645545
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
back to top