a2c-MountainCar-v0 / scripts /tags_benchmark.sh
sgoodfriend's picture
A2C playing MountainCar-v0 from https://github.com/sgoodfriend/rl-algo-impls/tree/0511de345b17175b7cf1ea706c3e05981f11761c
9a64f31
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"