← Search

Dylan R. Ashley

5 accepted papers

2026

Efficient Morphology–Control Co-Design via Stackelberg PPO under Non-Differentiable Leader–Follower Interfaces

ICLR 2026poster

Morphology-control co-design concerns the coupled optimization of an agent’s body structure and control policy. A key challenge is that evaluating each candidate morphology requires extensive rollouts to re-optimize control and assess quality, leading to high computational costs and slow convergence…

Cited by 0SourcecodeScholar
2025

Agent-as-a-Judge: Evaluate Agents with Agents

ICML 2025poster

Contemporary evaluation techniques are inadequate for agentic systems. These approaches either focus exclusively on final outcomes---ignoring the step-by-step nature of the thinking done by agentic systems---or require excessive manual labour. To address this, we introduce the **Agent-as-a-Judge** f…

2025

Scaling Value Iteration Networks to 5000 Layers for Extreme Long-Term Planning

ICML 2025poster

The Value Iteration Network (VIN) is an end-to-end differentiable neural network architecture for planning. It exhibits strong generalization to unseen domains by incorporating a differentiable planning module that operates on a latent Markov Decision Process (MDP). However, VINs struggle to scale t…

Cited by 1SourcePDFScholar
2025

Towards an Extremely Robust Baby Robot With Rich Interaction Ability for Advanced Machine Learning Algorithms

IROS 2025

Advanced machine learning algorithms require platforms that are extremely robust and equipped with rich sensory feedback to handle extensive trial-and-error learning without relying on overwhelming inductive biases. Traditional robotic designs, while well-suited for their specific use cases, are oft

Cited by 1SourceScholar
2022

Reward-Weighted Regression Converges to a Global Optimum

AAAI 2022technical

Reward-Weighted Regression (RWR) belongs to a family of widely known iterative Reinforcement Learning algorithms based on the Expectation-Maximization framework. In this family, learning at each iteration consists of sampling a batch of trajectories using the current policy and fitting a new policy…