You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapted python API code so it should be able to be compiled with python 3
Removed log_handler class from the python API as it was not working
Europa reactor now has a functional constraint to convert a tick into a date
Added few extra constraints in europa extensions (such as exp) and refined the ones for trigonometry
Added a new FastClock for the agent that allow to have a clock that gives a fake date and period
Parsing of goals from the agent configuration files are now parsed after the clock has been started (to ensure correct parsing of date and duration types as they depend on the clock)