Skip to main content

Showing 1–8 of 8 results for author: Mover, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2401.09870  [pdf, other

    cs.LG cs.AI

    Reconciling Spatial and Temporal Abstractions for Goal Representation

    Authors: Mehdi Zadem, Sergio Mover, Sao Mai Nguyen

    Abstract: Goal representation affects the performance of Hierarchical Reinforcement Learning (HRL) algorithms by decomposing the complex learning problem into easier subtasks. Recent studies show that representations that preserve temporally abstract environment dynamics are successful in solving difficult problems and provide theoretical guarantees for optimality. These methods however cannot scale to task… ▽ More

    Submitted 30 June, 2024; v1 submitted 18 January, 2024; originally announced January 2024.

    Journal ref: ICLR 2024

  2. Goal Space Abstraction in Hierarchical Reinforcement Learning via Set-Based Reachability Analysis

    Authors: Mehdi Zadem, Sergio Mover, Sao Mai Nguyen

    Abstract: Open-ended learning benefits immensely from the use of symbolic methods for goal representation as they offer ways to structure knowledge for efficient and transferable learning. However, the existing Hierarchical Reinforcement Learning (HRL) approaches relying on symbolic reasoning are often limited as they require a manual goal representation. The challenge in autonomously discovering a symbolic… ▽ More

    Submitted 22 November, 2023; v1 submitted 14 September, 2023; originally announced September 2023.

    ACM Class: K.3.2

  3. arXiv:2309.07168  [pdf, other

    cs.LG cs.AI cs.FL cs.RO

    Goal Space Abstraction in Hierarchical Reinforcement Learning via Reachability Analysis

    Authors: Mehdi Zadem, Sergio Mover, Sao Mai Nguyen

    Abstract: Open-ended learning benefits immensely from the use of symbolic methods for goal representation as they offer ways to structure knowledge for efficient and transferable learning. However, the existing Hierarchical Reinforcement Learning (HRL) approaches relying on symbolic reasoning are often limited as they require a manual goal representation. The challenge in autonomously discovering a symbolic… ▽ More

    Submitted 12 September, 2023; originally announced September 2023.

    Journal ref: Intrinsically Motivated Open-ended Learning IMOL 2023, Sep 2023, Paris, France

  4. Historia: Refuting Callback Reachability with Message-History Logics (Extended Version)

    Authors: Shawn Meier, Sergio Mover, Gowtham Kaki, Bor-Yuh Evan Chang

    Abstract: This paper determines if a callback can be called by an event-driven framework in an unexpected state.Event-driven programming frameworks are pervasive for creating user-interactive apps on just about every modern platform.Control flow between callbacks is determined by the framework and largely opaque to the programmer.This opacity of the callback control flow not only causes difficulty for the p… ▽ More

    Submitted 11 September, 2023; v1 submitted 8 September, 2023; originally announced September 2023.

    Comments: 40 pages, 8 figures, Accepted to OOPSLA 2023

    MSC Class: 68Q60 ACM Class: D.3.3

  5. Lifestate: Event-Driven Protocols and Callback Control Flow (Extended Version)

    Authors: Shawn Meier, Sergio Mover, Bor-Yuh Evan Chang

    Abstract: Develo** interactive applications (apps) against event-driven software frameworks such as Android is notoriously difficult. To create apps that behave as expected, developers must follow complex and often implicit asynchronous programming protocols. Such protocols intertwine the proper registering of callbacks to receive control from the framework with appropriate application-programming interfa… ▽ More

    Submitted 12 June, 2019; v1 submitted 11 June, 2019; originally announced June 2019.

    Comments: 26 pages, 11 figures, ECOOP 2019

  6. arXiv:1701.07842  [pdf, other

    cs.LO cs.LG cs.PL

    DroidStar: Callback Typestates for Android Classes

    Authors: Arjun Radhakrishna, Nicholas V. Lewchenko, Shawn Meier, Sergio Mover, Krishna Chaitanya Sripada, Damien Zufferey, Bor-Yuh Evan Chang, Pavol Černý

    Abstract: Event-driven programming frameworks, such as Android, are based on components with asynchronous interfaces. The protocols for interacting with these components can often be described by finite-state machines we dub *callback typestates*. Callback typestates are akin to classical typestates, with the difference that their outputs (callbacks) are produced asynchronously. While useful, these specific… ▽ More

    Submitted 2 March, 2018; v1 submitted 26 January, 2017; originally announced January 2017.

    Comments: Appearing at ICSE 2018

  7. arXiv:1701.00161  [pdf, other

    cs.PL

    Abstracting Event-Driven Systems with Lifestate Rules

    Authors: Shawn Meier, Aleksandar Chakarov, Maxwell Russek, Sergio Mover, Bor-Yuh Evan Chang

    Abstract: We present lifestate rules--an approach for abstracting event-driven object protocols. Develo** applications against event-driven software frameworks is notoriously difficult. One reason why is that to create functioning applications, developers must know about and understand the complex protocols that abstract the internal behavior of the framework. Such protocols intertwine the proper register… ▽ More

    Submitted 31 December, 2016; originally announced January 2017.

    ACM Class: D.2.4; F.3.1

  8. arXiv:1310.6847  [pdf, other

    cs.LO cs.SE

    IC3 Modulo Theories via Implicit Predicate Abstraction

    Authors: Alessandro Cimatti, Alberto Griggio, Sergio Mover, Stefano Tonetta

    Abstract: We present a novel approach for generalizing the IC3 algorithm for invariant checking from finite-state to infinite-state transition systems, expressed over some background theories. The procedure is based on a tight integration of IC3 with Implicit (predicate) Abstraction, a technique that expresses abstract tran- sitions without computing explicitly the abstract system and is incremental with re… ▽ More

    Submitted 25 October, 2013; originally announced October 2013.

    ACM Class: D.2.4; B.5.2