eugenevinitsky / sequential_social_dilemma_games

Repo for reproduction of sequential social dilemmas
MIT License
387 stars 132 forks source link

Remove hardcoding of video path in rollout.py #89

Closed eugenevinitsky closed 5 years ago

eugenevinitsky commented 5 years ago

In rollout.py the video path is hardcoded. Instead, we can get the local path by adding os.path.abspath(os.path.join(file, videos)) or something of that sort.