Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
r4z396 committed May 6, 2022
2 parents f6ef7ef + 4004ab2 commit d5a6f85
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Full documentation can be found here:

# Gallery

TBS
![TBS](/images/tbsScreenshot.png)
RTS
![RTS](/images/rtsScreenshot.png)
PushThemAll(TBS)
![TBS](/images/tbsPushThemAll.gif)

KillTheKing(TBS)
![TBS](/images/tbsKillTheKing.gif)

BasicRTS(RTS)
![RTS](/images/rtsBasic.gif)
Binary file added images/rtsBasic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tbsKillTheKing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tbsPushThemAll.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/gameConfigurations/TBS/Original/KillTheKing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GameConfig:

Agents:
- HumanAgent
- DoNothingAgent
- OSLAAgent
#- MCTSAgent:
# FmCalls: 100
# Budget: TIME
Expand Down
1 change: 1 addition & 0 deletions src/stratega/include/Stratega/Agent/OSLAAgent.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace SGA
private:
double noise(const double input, const double epsilon, const double random);
boost::uniform_real<double> doubleDistribution_ = boost::uniform_real<double>(0, 1); //Uniform distribution of real numbers in [0,1]

double epsilon = 1e-2; //Small number to avoid /0
};
}

0 comments on commit d5a6f85

Please sign in to comment.