Skip to content

add sampling layer to ppo model #25

add sampling layer to ppo model

add sampling layer to ppo model #25

Triggered via push December 13, 2024 01:05
Status Success
Total duration 53s
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.