Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ALearningAgentsGymSimple
Description
Generates a valid random point in the gym using the gym's random stream. Must be overridden in a derived class.
Virtual Inheritance
- ALearningAgentsGymBase::GenerateRandomLocationInGym → ALearningAgentsGymSimple::GenerateRandomLocationInGym
| Name | GenerateRandomLocationInGym |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsGymSimple.h |
| Include Path | #include "LearningAgentsGymSimple.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsGymSimple.cpp |
virtual FVector GenerateRandomLocationInGym() const