Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Jaunet committed Sep 6, 2019
1 parent 98f9b3d commit 213cbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let stages_txt = [

'One intuition we have is that the most activated elements may be the most involved in decisions, while the most changing ones may convey information from the current input. To explore such an intuition, we remove elements based on their activity through the game while the player had a full memory.' +
'<br><br>' +
'From the top activated order (average color, higher is better) we can observe that with the <a onclick="meta_switch(0)"> top 16 elements</a> ' +
'From the top activated order (average activation, higher is better) we can observe that with the <a onclick="meta_switch(0)"> top 16 elements</a> ' +
' the agent gathered the green armor, but failed to reach the red armor. Using only the <a onclick="meta_switch(1)"> top 8 </a>, ' +
' the agent got stuck in a loop altering 2 actions. This may indicate that elements related to the red armor are not be among the top activated elements.' +
'<br>' +
Expand Down

0 comments on commit 213cbb8

Please sign in to comment.