google-deepmind/pysc2

bin/play.py --replay should accept urls

Open

#139 opened on Jan 10, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (1,162 forks)batch import
help wanted

Repository metrics

Stars
 (7,868 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

bin/play.py will replay a replay file, but only from local disk. It'd be nice if it was given a url it'd download it to memory and pass the data to the game without having to write it to disk somewhere.

Contributor guide