You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have the following error, when running GridGameExample.java:
Exception in thread "main" java.lang.NullPointerException
at burlap.behavior.stochasticgames.solvers.MinMaxSolver.getColPlayersStrategy(MinMaxSolver.java:60)
at burlap.behavior.stochasticgames.solvers.MinMaxSolver.getRowPlayersStrategy(MinMaxSolver.java:25)
at burlap.behavior.stochasticgames.madynamicprogramming.backupOperators.CoCoQ.performBackup(CoCoQ.java:63)
at burlap.behavior.stochasticgames.agents.maql.MultiAgentQLearning.observeOutcome(MultiAgentQLearning.java:269)
at burlap.mdp.stochasticgames.world.World.runStage(World.java:441)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:338)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:306)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:296)
at edu.brown.cs.burlap.examples.GridGameExample.QLCoCoTest(GridGameExample.java:163)
at edu.brown.cs.burlap.examples.GridGameExample.main(GridGameExample.java:235)
Can you please suggest possible error source and how to fix it? Thanks
The text was updated successfully, but these errors were encountered:
I have the same error with all the methods except saInterface example. It seems to be a problem with the iniatilization of the solver from scpsolve. Any ideas how to fix it?
Hello, I have the following error, when running GridGameExample.java:
Exception in thread "main" java.lang.NullPointerException
at burlap.behavior.stochasticgames.solvers.MinMaxSolver.getColPlayersStrategy(MinMaxSolver.java:60)
at burlap.behavior.stochasticgames.solvers.MinMaxSolver.getRowPlayersStrategy(MinMaxSolver.java:25)
at burlap.behavior.stochasticgames.madynamicprogramming.backupOperators.CoCoQ.performBackup(CoCoQ.java:63)
at burlap.behavior.stochasticgames.agents.maql.MultiAgentQLearning.observeOutcome(MultiAgentQLearning.java:269)
at burlap.mdp.stochasticgames.world.World.runStage(World.java:441)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:338)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:306)
at burlap.mdp.stochasticgames.world.World.runGame(World.java:296)
at edu.brown.cs.burlap.examples.GridGameExample.QLCoCoTest(GridGameExample.java:163)
at edu.brown.cs.burlap.examples.GridGameExample.main(GridGameExample.java:235)
Can you please suggest possible error source and how to fix it? Thanks
The text was updated successfully, but these errors were encountered: