Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Jaunet authored Aug 9, 2019
1 parent 23904b0 commit 52da23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let stages_txt = [
'This can be interpreted as the agent needing other memory elements to gather the armor, perhaps some encoding whether the agent is close to an item or not. ',
*/,
'You can remove up to 2 elements by clicking on them, and replay the generated trajectory. Such a process is limited to 2 elements at the' +
'You can remove up to 2 elements by clicking on them, and replay the generated trajectory. Such a process is limited to 2 elements at the ' +
'same time because each combination is pre-generated and therefore, the complete set of memory reduction is not computable. <br><br> ' +
'The reduction of both <a onmouseover="highelems( [10, 23])" onmouseout="resetelems()" onclick="meta_change(\'nDIY/red10_23.json\', [10,23])"> elements 10 and 23 </a> ' +
'is enough to make the agent move turn left after gathering the red armor healh pack. ' +
Expand Down Expand Up @@ -260,4 +260,4 @@ $('.left-card-arr').on('click', function () {

update_stage(stage)
}
});
});

0 comments on commit 52da23e

Please sign in to comment.