public static class InvertedPendulum.IPPhysicsParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
actionForce
The force (magnitude) applied by a left or right action.
|
double |
actionNoise
The force (magnitude) noise in any action, including the no force action.
|
double |
angleRange
The maximum radius the pole can fall.
|
double |
cartMass
The mass of the cart.
|
double |
gravity
the force of gravity; should be *positive* for the correct mechanics.
|
double |
maxAngleSpeed
The maximum speed (magnitude) of the change in angle.
|
double |
poleLength
The length of the pole
|
double |
poleMass
The mass of the pole.
|
double |
timeDelta
The time between each action selection
|
Constructor and Description |
---|
IPPhysicsParams() |
IPPhysicsParams(double angleRange,
double gravity,
double cartMass,
double poleMass,
double poleLength,
double actionForce,
double actionNoise,
double maxAngleSpeed,
double timeDelta) |
Modifier and Type | Method and Description |
---|---|
InvertedPendulum.IPPhysicsParams |
copy() |
public double angleRange
public double gravity
public double cartMass
public double poleMass
public double poleLength
public double actionForce
public double actionNoise
public double maxAngleSpeed
public double timeDelta
public IPPhysicsParams()
public IPPhysicsParams(double angleRange, double gravity, double cartMass, double poleMass, double poleLength, double actionForce, double actionNoise, double maxAngleSpeed, double timeDelta)
public InvertedPendulum.IPPhysicsParams copy()