Skip to content

Commit

Permalink
Remove problematic logging.info call in gfootball
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisse committed Sep 26, 2020
1 parent 001f71b commit 1b3ff6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN cd /tmp && \
sed -i 's/os\.remove/# os.remove/g' gfootball/env/observation_processor.py && \
sed -i 's/except:/except Exception as e:/g' gfootball/env/observation_processor.py && \
sed -i 's/logging\.error(traceback\.format_exc())/raise e/g' gfootball/env/observation_processor.py && \
sed -i 's/logging\.info/print/g' gfootball/env/observation_processor.py && \
pip3 install . && \
cd /tmp && rm -rf football

Expand Down

0 comments on commit 1b3ff6e

Please sign in to comment.