Skip to main content

Showing 1–7 of 7 results for author: Jurgenson, T

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

    cs.RO cs.LG

    RoboArm-NMP: a Learning Environment for Neural Motion Planning

    Authors: Tom Jurgenson, Matan Sudry, Gal Avineri, Aviv Tamar

    Abstract: We present RoboArm-NMP, a learning and evaluation environment that allows simple and thorough evaluations of Neural Motion Planning (NMP) algorithms, focused on robotic manipulators. Our Python-based environment provides baseline implementations for learning control policies (either supervised or reinforcement learning based), a simulator based on PyBullet, data of solved instances using a classic… ▽ More

    Submitted 25 May, 2024; originally announced May 2024.

  2. arXiv:2403.09859  [pdf, other

    cs.LG

    MAMBA: an Effective World Model Approach for Meta-Reinforcement Learning

    Authors: Zohar Rimon, Tom Jurgenson, Orr Krupnik, Gilad Adler, Aviv Tamar

    Abstract: Meta-reinforcement learning (meta-RL) is a promising framework for tackling challenging domains requiring efficient exploration. Existing meta-RL algorithms are characterized by low sample efficiency, and mostly focus on low-dimensional task distributions. In parallel, model-based RL methods have been successful in solving partially observable MDPs, of which meta-RL is a special case. In this work… ▽ More

    Submitted 14 March, 2024; originally announced March 2024.

  3. arXiv:2310.12862  [pdf, other

    cs.LG cs.RO

    Fine-Tuning Generative Models as an Inference Method for Robotic Tasks

    Authors: Orr Krupnik, Elisei Shafer, Tom Jurgenson, Aviv Tamar

    Abstract: Adaptable models could greatly benefit robotic agents operating in the real world, allowing them to deal with novel and varying conditions. While approaches such as Bayesian inference are well-studied frameworks for adapting models to evidence, we build on recent advances in deep generative models which have greatly affected many areas of robotics. Harnessing modern GPU acceleration, we investigat… ▽ More

    Submitted 19 October, 2023; originally announced October 2023.

    Comments: 7th Conference on Robot Learning, 2023. Project website at https://www.orrkrup.com/mace

  4. arXiv:2305.10171  [pdf, other

    cs.LG

    Goal-Conditioned Supervised Learning with Sub-Goal Prediction

    Authors: Tom Jurgenson, Aviv Tamar

    Abstract: Recently, a simple yet effective algorithm -- goal-conditioned supervised-learning (GCSL) -- was proposed to tackle goal-conditioned reinforcement-learning. GCSL is based on the principle of hindsight learning: by observing states visited in previously executed trajectories and treating them as attained goals, GCSL learns the corresponding actions via supervised learning. However, GCSL only learns… ▽ More

    Submitted 17 May, 2023; originally announced May 2023.

  5. arXiv:2002.12361  [pdf, other

    cs.AI cs.LG cs.RO

    Sub-Goal Trees -- a Framework for Goal-Based Reinforcement Learning

    Authors: Tom Jurgenson, Or Avner, Edward Groshev, Aviv Tamar

    Abstract: Many AI problems, in robotics and other domains, are goal-based, essentially seeking trajectories leading to various goal states. Reinforcement learning (RL), building on Bellman's optimality equation, naturally optimizes for a single goal, yet can be made multi-goal by augmenting the state with the goal. Instead, we propose a new RL framework, derived from a dynamic programming equation for the a… ▽ More

    Submitted 21 December, 2020; v1 submitted 27 February, 2020; originally announced February 2020.

    Comments: ICML2020, 8 pages, 10 figures. arXiv admin note: text overlap with arXiv:1906.05329

  6. arXiv:1906.05329  [pdf, other

    cs.LG cs.AI stat.ML

    Sub-Goal Trees -- a Framework for Goal-Directed Trajectory Prediction and Optimization

    Authors: Tom Jurgenson, Edward Groshev, Aviv Tamar

    Abstract: Many AI problems, in robotics and other domains, are goal-directed, essentially seeking a trajectory leading to some goal state. In such problems, the way we choose to represent a trajectory underlies algorithms for trajectory prediction and optimization. Interestingly, most all prior work in imitation and reinforcement learning builds on a sequential trajectory representation -- calculating the n… ▽ More

    Submitted 12 June, 2019; originally announced June 2019.

    Comments: 15 pages (8 main), 2 figures, 4 tables

  7. arXiv:1906.00214  [pdf, other

    cs.RO cs.LG stat.ML

    Harnessing Reinforcement Learning for Neural Motion Planning

    Authors: Tom Jurgenson, Aviv Tamar

    Abstract: Motion planning is an essential component in most of today's robotic applications. In this work, we consider the learning setting, where a set of solved motion planning problems is used to improve the efficiency of motion planning on different, yet similar problems. This setting is important in applications with rapidly changing environments such as in e-commerce, among others. We investigate a ge… ▽ More

    Submitted 1 June, 2019; originally announced June 2019.

    Comments: 13 pages (all), 8 pages (main sections), 6 figures, 4 tables, accepted to rss2019