Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 757 Bytes

FlapPytorchBird

python dqn.py

Quick fix for Windows user in Visdom

The problem is that windows doesn't allow "?" in filenames. But Visdom library contains this problem.

A quick fix for windows users would be to delete the corresponding entry in ext_files in server.py

%sfonts/glyphicons-halflings-regular.eot?#iefix' % bb:
'glyphicons-halflings-regular.eot?#iefix',

(lines 568-569)

Visualization with Visdom

python -m visdom.server

See the result : URL

RESULT

training log

result video

FlapPyTorchBird