Skip to content

Implementation of "Synthesizing Evolving Symbolic Representations for Autonomous Systems"

License

Notifications You must be signed in to change notification settings

gabrielesartor/discover_plan_act

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

"Synthesizing Evolving Symbolic Representations for Autonomous Systems"

This work presents a new architecture implementing an open-ended learning system able to synthesize from scratch its experience into a PPDDL representation and update it over time. Without a predefined set of goals and tasks, the system integrates intrinsic motivations to explore the environment in a self-directed way, exploiting the high-level knowledge acquired during its experience. The system explores the environment and iteratively: (a) discover options, (b) explore the environment using options, (c) abstract the knowledge collected and (d) plan. This work proposes an alternative approach to implementing open-ended learning architectures exploiting low-level and high-level representations to extend its own knowledge in a virtuous loop.


Important

This work is based on a modified version of the abstraction procedure implemented in https://github.com/sd-james/skills-to-symbols and the Gym environment https://github.com/sd-james/gym-treasure-game. Consequently, these two packages are required to run the system.

About

Implementation of "Synthesizing Evolving Symbolic Representations for Autonomous Systems"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages