using dyn-clone to finish core implementation #67
Annotations
10 errors and 13 warnings
build_and_test:
src/env/gridworld.rs#L4
unresolved imports `crate::spaces::Action`, `crate::spaces::ActionSpace`, `crate::spaces::Obs`, `crate::spaces::ObsSpace`
|
build_and_test:
src/env/probe.rs#L3
unresolved imports `crate::spaces::ActionSpace`, `crate::spaces::Obs`, `crate::spaces::ObsSpace`, `crate::spaces::SpaceSample`
|
build_and_test:
src/env/wrappers.rs#L20
cannot find type `SpaceSample` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L33
cannot find type `Obs` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L39
cannot find type `ActionSpace` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L43
cannot find type `ObsSpace` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L79
cannot find type `SpaceSample` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L114
cannot find type `Obs` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L118
cannot find type `ActionSpace` in module `crate::spaces`
|
build_and_test:
src/env/wrappers.rs#L122
cannot find type `ObsSpace` in module `crate::spaces`
|
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test:
src/dqn/mod.rs#L3
unused imports: `activation::relu`, `module::Module`, `self`
|
build_and_test:
src/dqn/mod.rs#L18
unused import: `OfflineTrainer`
|
build_and_test:
src/utils/mod.rs#L1
unused imports: `Data`, `Shape`, `TensorKind`, `Tensor`, `backend::Backend`
|
build_and_test:
src/dqn/mod.rs#L104
variable does not need to be mutable
|
build_and_test:
src/spaces.rs#L27
unused variable: `sample`
|
build_and_test:
src/spaces.rs#L58
unused variable: `sample`
|
build_and_test
`sb3-burn` (lib) generated 6 warnings
|
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|