Skip to content

Releases: caio-freitas/GraphDiffusionImitate

v1.2.1 - GraphDDPM

01 May 16:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Apr 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.2.0

Joint Values as Node Features

17 Apr 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

Graph Transport + Noise Addition to Last Actions

10 Apr 10:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.8

BC-RNN Robomimic Lowdim Policy

29 Mar 18:13
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.1.3...v1.1.5

EGNN Condition Encoder w/ Joint Velocities

19 Mar 19:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.3

EGNN Condition Encoder

17 Mar 18:42
ab85499
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.0.3...v1.1.1

Equivariant IfO Autoregressive Graph Diffusion Model

28 Feb 09:43
Compare
Choose a tag to compare
  1. Graph structure modified to contain task-space positional information in the g.pos attributes (position and quaternion orientation).
  2. Environment (robomimic_graph_wrapper) updated to match with 1.
  3. E(N) Equivariant Graph Neural Networks from Satorras et al. layers (E_GCN) used instead of old message passing layers.
  4. All horizons (at least initially) set to 1, to deal with the node positions
  5. Loss function updated to separately account for the positions and joint values, with weighting coefficients.

Full Changelog: v1.0.2...v1.0.3

IfO Autoregressive Graph Diffusion Model

24 Feb 18:00
Compare
Choose a tag to compare
  • Using task-space as observation (with joint values set to 0)
  • Addition of lr scheduling
  • Addition of steps in the graph dataset to avoid idling (using 1 as step in the end of the episode)
  • Optimizing w.r.t. all node features (task-joint-space graph dataset)

Full Changelog: v1.0.0...v1.0.2

First Autoregressive Graph Diffusion Model

17 Feb 16:53
Compare
Choose a tag to compare

This release contains the first Autoregressive Graph Diffusion Model for behavioral cloning to be fully benchmarked. Using only joint values as node features, and appending the observation and prediction horizon features to the node features. The forward and reverse absorption process is made node by node as in the Autoregressive Diffusion Model for Graph Generation from Kong et al.