View source on GitHub |
Sample Keras networks for DQN.
Classes
class QNetwork
: Feed Forward network.
Functions
validate_specs(...)
: Validates the spec contains a single action.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|