NASA-SW-VnV / AdaStress.jl

Reinforcement learning framework to find and analyze the likeliest failures of a system under test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error loading submodule

rohitderaj opened this issue · comments

I am new to Julia and AdaStress.
I got an error trying to enable submodule:
AdaStress.enable("SoftActorCritic")
`ERROR: ArgumentError: Package AdaStress does not have SoftActorCritic in its dependencies:

  • You may have a partially installed environment. Try Pkg.instantiate()
    to ensure all packages in the environment are installed.
  • Or, if you have AdaStress checked out for development and have
    added SoftActorCritic as a dependency but haven't updated your primary
    environment's manifest file, try Pkg.resolve().
  • Otherwise you may need to report an issue with AdaStress
    `

Help please!

Using Julia 1.7.3 helped overcome this error