8000 Tags · facebookresearch/mbrl-lib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Tags: facebookresearch/mbrl-lib

Tags

v0.2.0

Toggle v0.2.0's commit message
Gymnasium migration (#177)

  * Migrated from gym to Gymnasium
  * gym==0.26.3 is still required for the dm_control and pybulle
8000
t-gym environments
  * Transition and TranistionBatch now support the terminated and truncated booleans instead of the single done * boolean previously used by gym
  * Migrated calls to env.reset() which now returns a tuple of obs, info instead of just obs
  * Migrated calls to env.step() which now returns a observation, reward, terminated, truncated, info
  * Migrated to Gymnasium render API, environments are instantiated with render_mode=None by default
  * DMC and PyBullet envs use the original gym wrappers to turn them into gym environments, then are wrapper by gymnasium.envs.GymV20Environment
  * All Mujoco envs use the DeepMind Mujoco bindings, mujoco-py is deprecated as a dependency
  * Custom Mujoco envs e.g. AntTruncatedObsEnv inherit from gymnasium.envs.mujoco_env.MujocoEnv, and access data through self.data instead of self.sim.data
  * Mujoco environment versions have been updated to v4 fromv2 e.g. Hopper-v4
  * Fixed PlaNet to save model to a directory instead of a file name
  * Added follow-imports=skip to mypy CI test to allow for gymnasium/gym wrapper compatibility
  * Bumped black to version 0.23.1 in CI

v0.1.5

Toggle v0.1.5's commit message
version v0.1.5

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #128 from facebookresearch/lep.master_to_main

Replaced usage of 'master' branch for 'main'.

v0.1.4.docs

Toggle v0.1.4.docs's commit message
Updated documentation

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #111 from facebookresearch/lep.double_normalization

Add option to do normalization using double precision for 1-D models

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #91 from facebookresearch/sequence_iterator

Added sequence iterator

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #82 from facebookresearch/pypi

Refactored to upload to pypi

v0.1.0

Toggle v0.1.0's commit message
Initial commit

0