MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / rl_deep_q_learning.py

File rl_deep_q_learning.py

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

Source from the content-addressed store, hash-verified

1import logging
2
3from mla.neuralnet import NeuralNet
4from mla.neuralnet.layers import Activation, Dense

Callers

nothing calls this directly

Calls 5

DQNClass · 0.90
init_environmentMethod · 0.80
init_modelMethod · 0.80
playMethod · 0.80
trainMethod · 0.45

Tested by

no test coverage detected