abstract ppo training with generic state and action #23
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Schafkopf.Lib/GameCall.cs#L195
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
|
Build:
Schafkopf.Lib/GameCall.cs#L195
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
|
Build:
BackpropNet/BackpropNet/Layers.cs#L5
Non-nullable field 'Input' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L6
Non-nullable field 'Output' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L7
Non-nullable field 'DeltasIn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L8
Non-nullable field 'DeltasOut' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L9
Non-nullable field 'Gradients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L38
Non-nullable property 'Cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L38
Non-nullable field 'Weights' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
BackpropNet/BackpropNet/Layers.cs#L38
Non-nullable field 'Biases' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading