Skip to content
Snippets Groups Projects
Commit 35eb4275 authored by BrunoDatoMeneses's avatar BrunoDatoMeneses
Browse files

ENH: learn and request without BBox agents on square and drone exp

parent 57c73e24
No related branches found
No related tags found
1 merge request!1Merge Master
...@@ -165,7 +165,7 @@ public class Percept extends SystemAgent implements Serializable { ...@@ -165,7 +165,7 @@ public class Percept extends SystemAgent implements Serializable {
oldValue = value; oldValue = value;
//value = sensor.getValue(); //value = sensor.getValue();
System.out.println(this.name); //System.out.println(this.name);
value = this.getWorld().getScheduler().getPerceptionsOrAction(this.name); value = this.getWorld().getScheduler().getPerceptionsOrAction(this.name);
ajustMinMax(); ajustMinMax();
computeContextProjectionValidity(); computeContextProjectionValidity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment