MCPcopy
hub / github.com/tensorlayer/TensorLayer / tutorial_atari_pong.py

File tutorial_atari_pong.py

examples/reinforcement_learning/tutorial_atari_pong.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#! /usr/bin/python
2# -*- coding: utf-8 -*-
3"""Monte-Carlo Policy Network π(a|s) (REINFORCE).
4To understand Reinforcement Learning, we let computer to learn how to play

Callers

nothing calls this directly

Calls 7

preproFunction · 0.85
gradientMethod · 0.80
get_modelFunction · 0.70
modelFunction · 0.50
resetMethod · 0.45
trainMethod · 0.45
stepMethod · 0.45

Tested by

no test coverage detected