From: Burak K. <bbu...@gm...> - 2025-03-11 15:32:12
|
Hi Jomi, The other issue is that, I think, 3.3.0 does not run on Windows well... Have you seen/tested it on Windows? Thank you. Best regards. Burak Karaduman <bbu...@gm...>, 11 Mar 2025 Sal, 15:32 tarihinde şunu yazdı: > Hi Jomi, > > I hope you are available and have returned from your trip. > > As you may remember, I had carried out modifications on the Reasoning > mechanism. When I wanted to run extended agent class on 3.3, it gave an > error on selecting relevant plans. I check the agent class and saw that it > was modified as *public List<Option> relevantPlans(Trigger teP, Event > evt) throws JasonException {..... * from *....public List<Option> > relevantPlans(Trigger teP) throws JasonException {.....* > I was able to extend the agent class on 2.6.3 based on the gridWorld > example. Now, 3.3 has different select methods and could not see a related > example. I had modified selectEvent, selectOption and selectIntention > methods as well. I need to migrate from 2.6.3 to 3.3, *or *is there a way > to run the 2.6.3 version on the latest Gradle versions with Java 11, etc. > This is the last step of my research :). > > Thank you. > Best regards. > > // Jason 2.6.3 > ------------------------- > @Override > public Option selectOption(List<Option> options) { > Option selected = null; > ..... > > > try { > options = getTS().relevantPlans(this.EventTrigger); > } catch (JasonException e) { > // TODO Auto-generated catch block > e.printStackTrace(); > } > ------------------------------------------------------------------ > > > > / > */ Jason 3.3public List<Option> relevantPlans(Trigger teP, Event evt) > throws JasonException {* > Trigger te = teP.clone(); > List<Option> rp = null; > > -- > > > > > *Burak KARADUMAN,* > Ph.D. Student at the University of Antwerp & Flanders Make, > Modeling Intelligent Complex Software & Systems (MICSS-Lab), > *G236, Department of **Computer Science**, Faculty of Science, Campus > Middelheim,* > Middelheimlaan 1, 2020 Antwerp, Belgium > > -- *Burak KARADUMAN,* Ph.D. Student at the University of Antwerp & Flanders Make, Modeling Intelligent Complex Software & Systems (MICSS-Lab), *G236, Department of **Computer Science**, Faculty of Science, Campus Middelheim,* Middelheimlaan 1, 2020 Antwerp, Belgium |