Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravez committed Jul 6, 2018
2 parents e6d1911 42f7cf5 commit d6051b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 128,7 @@ async function step(time) {

let inputs = getInputs(); // Need to give a number[] of your inputs for one teacher.
await academy.step([ // Let the magic operate ...
{teacherName: teacher, inputs: inputs}
{teacherName: teacher, agentInputs: inputs}
]);

}
Expand Down

0 comments on commit d6051b0

Please sign in to comment.