yawning_titan.agents.random#
Classes
A simple implementation of a Random Agent capable of randomly acting within anOpenAI Gym environment. |
- class yawning_titan.agents.random.RandomAgent(action_space)[source]#
A simple implementation of a Random Agent capable of randomly acting within anOpenAI Gym environment.
Note: Both act and predict methods are provided to fit with different tutorials online that use different terminology for the same thing.