dqn-Acrobot-v1 / scripts /tags_benchmark.sh
sgoodfriend's picture
DQN playing Acrobot-v1 from https://github.com/sgoodfriend/rl-algo-impls/tree/0511de345b17175b7cf1ea706c3e05981f11761c
8e63d2a
commit="benchmark_$(git rev-parse --short HEAD)"
host="host_$(hostname)"
branch="branch_$(git rev-parse --abbrev-ref HEAD)"
version="v$(pip show rl_algo_impls | grep Version | sed -e 's#Version:\ ##')"
echo "$commit $host $branch $version"