ajkeith / Cyber-Air-Defense

Counterfactual regret minimization for multi-domain operations
MIT License
8 stars 1 forks source link

need help with installation of CFR_ICADS #1

Open carlcotner opened 4 years ago

carlcotner commented 4 years ago

Hi Andrew,

I would like to install your package but when I do

julia> Pkg.instantiate()

I get the error:

   Updating registry at `C:\Users\carl\.juliapro\JuliaPro_v1.4.0-1\registries\JuliaPro`

ERROR: expected package `RLInterface [3065fe53]` to be registered

...

So then I tried

(StrategyGames) pkg> add https://github.com/JuliaPOMDP/RLInterface.jl

and got this error:

    Cloning git-repo `https://github.com/JuliaPOMDP/RLInterface.jl`

   Updating git-repo `https://github.com/JuliaPOMDP/RLInterface.jl`

  Resolving package versions...

ERROR: expected package `ARDESPOT [d96c9ae4]` to be registered

Do you know what the problem is and/or what I have to do to install CFR_ICADS?

Thanks, Carl

ajkeith commented 4 years ago

@carlcotner apologies for the long delay - I had my watching status set incorrectly. I'll take a look soon but I believe the project file on master had some errors. The version on the rev1 branch should instantiate correctly on Julia v1.1

opanded commented 2 years ago

@carlcotner apologies for the long delay - I had my watching status set incorrectly. I'll take a look soon but I believe the project file on master had some errors. The version on the rev1 branch should instantiate correctly on Julia v1.1

Excuse me, which version could I choose, 1.1.0 or 1.1.1 ?