Skip to content

Commit

Permalink
Merge pull request #72 from diegoforni/add-markov-chain-agent
Browse files Browse the repository at this point in the history
Add Markov Chain Agent
  • Loading branch information
ondrej-lukas authored Dec 9, 2024
2 parents e8f8d17 + e7788af commit f515207
Show file tree
Hide file tree
Showing 11 changed files with 1,254 additions and 0 deletions.
15 changes: 15 additions & 0 deletions agents/attackers/markov_chain_agent/genetic/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"population_size": 2500,
"num_generations": 55,
"replacement": true,
"num_replace": 50,
"num_per_tournament": 5,
"n_points": true,
"num_points": 6,
"p_value": 0.5,
"cross_prob": 1.0,
"parameter_mutation": false,
"mutation_prob": 0.0333,
"initialization_with_random_agent": 0.1,
"reward_threshold": 17500
}
Loading

0 comments on commit f515207

Please sign in to comment.