dqn-PongNoFrameskip-v4 / scripts /tags_benchmark.sh
sgoodfriend's picture
DQN playing PongNoFrameskip-v4 from https://github.com/sgoodfriend/rl-algo-impls/tree/0511de345b17175b7cf1ea706c3e05981f11761c
e588054
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"