burlap_examples icon indicating copy to clipboard operation
burlap_examples copied to clipboard

Tutorial and example code for BURLAP (http://burlap.cs.brown.edu)

Results 2 burlap_examples issues
Sort by recently updated
recently updated
newest added

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)...

How do you run this in IDEA? Open the project folder and then what is the run config?