Skip to content

abstract ppo training with generic state and action #23

abstract ppo training with generic state and action

abstract ppo training with generic state and action #23

Triggered via push December 8, 2024 20:13
Status Success
Total duration 36s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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.