This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#task_name='Ant' | |
task_name='Humanoid' | |
# set up logging | |
log_dir=render_bug_logs_${task_name} | |
rm -r ${log_dir} 2>/dev/null | |
mkdir -p ${log_dir} | |
#docker rm -f $(docker ps -a -q) # for reproducibility remove all running containers |