GitXplorerGitXplorer
M

gym-youtube

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
190d9d61343fa3ef33591c620231ff71be65468a

Update README.md

MMatPoliquin committed 3 years ago
Unverified
552e83848eed04d0dba3ae4ca6f834c09b28225b

Added support for different audio rates

MMatPoliquin committed 5 years ago
Unverified
6f5d4f161f33482daafd26c66332aa07b9b2bd32

Output audio in seperated ffmpeg file

MMatPoliquin committed 5 years ago
Unverified
b28a136b79e9e8d7dcaae08971e9da8802c46c3c

Added audio support

MMatPoliquin committed 5 years ago
Unverified
1840b2303a35cb00a5f5cbddde4eb557c6f98588

Init

MMatPoliquin committed 5 years ago
Verified
931863d1752b64fdd4214da778286b9c1a89034b

Initial commit

MMatPoliquin committed 5 years ago

README

The README file for this repository.

gym-youtube

Fork of gymI use to generate youtube videos of ML models playing games. Example videos:

Must be used with baselines-youtube to work

Features:

  • Renders all frames of the game as opposed of 1 out of 4 frames that baselines saves
  • Videos include the game's sound
  • Displays CPU/GPU usage
  • Displays Reward Function output
  • Displays Model info such as type and number of parameters

Problems:

  • Model architecture display is hard coded
  • Code is very hacky overall

Installation

git clone https://github.com/MatPoliquin/gym-youtube.git
cd gym-youtube
pip2 install -e .