Combat Sample
data class CombatSample(val currentVector: Vec3, val previousVector: Vec3, val targetVector: Vec3, val velocityDelta: Vec2, val playerDiff: Vec3, val targetDiff: Vec3, val distance: Float, val hurtTime: Int, val age: Int) : TrainingSample, Record
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Number of output values in this sample.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Velocity delta should be in a positive direction, going from the previous rotation to the current rotation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Total delta should be in a positive direction, going from the current rotation to the target rotation.
Link copied to clipboard