HorizontalCAS icon indicating copy to clipboard operation
HorizontalCAS copied to clipboard

Results 7 HorizontalCAS issues
Sort by recently updated
recently updated
newest added

Hello, while running Solvemdp.jl, I encountered the following error: _ERROR: LoadError: On worker 2: ArgumentError: Package HCAS not found in current path: - Run `import Pkg; Pkg.add("HCAS")` to install the...

There seems to be an inconsistency in the notation within a `.nnet` file. [HorizontalCAS](https://github.com/sisl/HorizontalCAS/blob/bc56a28cfe70b0486b6875deacfda947500bddcb/networks/HCAS_rect_v6_pra0_tau00_25HU_3000.nnet#L5-L8) is missing a `,` at the end of line 5-8 while [VerticalCAS](https://github.com/sisl/VerticalCAS/blob/7edae51b7cf348e8341b4a4d01897d7513c8e64c/networks/VertCAS_pra01_v4_45HU_200.nnet#L5-L8) and the [NNet TestNetwork](https://github.com/sisl/NNet/blob/4411dd47621489f44062ca96898b8cebd722c7c8/nnet/TestNetwork.nnet#L5-L8)...

I just added the versions of the dependencies that worked for me to the README file, as mentioned in issue #4. It would be nice to also add such version...

HDF5 version added to Julia is 0.12.5 as suggested. However when running -p NUM_PROCS SolveMDP.jl this error is shown: HDF5-DIAG: Error detected in HDF5 (1.10.5) thread 0: #000: E:/mingwbuild/mingw-w64-hdf5/src/hdf5-1.10.5/src/H5F.c line...

I have such an error when I run the Solvemdp.jl in julia1.1.1 on wsl. All required packages are installed. ERROR: LoadError: LoadError: UndefVarError: n_actions not defined Stacktrace: [1] getproperty(::Module, ::Symbol)...

I've tried to clone the git and use it, but when I run `julia -p NUM_PROCS SolveMDP.jl` I got this error: > ERROR: LoadError: LoadError: UndefVarError: n_actions not define >...

Hi, I am checking the score lookup table. Based on `genTrainingData.py` the X are like grid-data and should have zero-mean and unit range at every entry, and has shape (32x41x41=53792,...