Skip to content

Releases: eager-dev/eagerx

v0.1.40

08 Dec 12:51
Compare
Choose a tag to compare

Fix

v0.1.39

04 Sep 15:44
Compare
Choose a tag to compare

Fix

  • Bug skipped observations of dimension 0. (7ed49a2)
  • Refactor deprecated np.bool (cb005af)

Documentation

v0.1.38

24 Jun 09:30
Compare
Choose a tag to compare

Fix

  • Refactor done to terminated and switch positions with truncated (32e6e1e)

v0.1.37

22 Jun 15:46
Compare
Choose a tag to compare

Fix

v0.1.36

22 Jun 14:47
Compare
Choose a tag to compare

Fix

v0.1.35

03 May 16:09
Compare
Choose a tag to compare

Fix

  • Allow to seed gym object environment and add delay state to gym ActionActuator (0bd6f40)
  • Throttle (phase synchronized) (25d33e8)

v0.1.34

24 Apr 12:00
Compare
Choose a tag to compare

Fix

  • Codestyle and lint (35b2271)
  • Place env.graph re-initialization before env.backend. (ee44daf)
  • Get and set run-time properties via backend (179719c)
  • Rename sim_stamp, wc_stamp to sc and wc. (71f8abc)
  • Wrap env.gui method with signature of graph.gui (ae9d462)
  • Reload objects before substituting engine implementations. (0126cca)
  • Allow easy import of single process backend (10874cf)
  • Sync skipped connections with delays (99d7d26)
  • Only add synced engine nodes as actuator dependencies (40d390c)
  • Sync skipped connections [not tested with delays yet] (7b5927a)

Documentation

  • Limit importlib-metadata version (8ce7354)
  • Add requirements.txt for doc building and limit setuptools version (ce8c56f)

v0.1.33

14 Sep 14:34
Compare
Choose a tag to compare

Fix

  • Save/load API, target_channel bug, static node initialization, selected engine state bug (#218) (b3fb5c2)

v0.1.32

13 Sep 09:14
Compare
Choose a tag to compare

Fix

  • Deepcopy engine, list EngineNodes without outputs as dependency (#215) (ae6a23a)

v0.1.31

12 Sep 21:16
Compare
Choose a tag to compare

Fix

  • Substitute Object graphs into the agnostic Graph. (#210) (cb61dfa)

Documentation

  • Remove clutter from readme (378b599)
  • Increase size gui image (f630e80)
  • Make readme less wordy (4ea2655)
  • Fix links (8e60dc7)
  • Fix broken link (6781f86)
  • Readme from rst to md and added gifs, code example and available engines (8a44cdb)