10 Commits

Author SHA1 Message Date
Peter Hawkins c7e2ef28be [NumPy] Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str).

NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy.

PiperOrigin-RevId: 501824490
2023-01-31 17:17:28 +00:00
Peter Hawkins 4caaad8b0a [NumPy] Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str).

NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy.

PiperOrigin-RevId: 495851585
2023-01-31 17:17:04 +00:00
Rebecca Chen ea772958de Silence some pytype errors.
PiperOrigin-RevId: 491299111
2023-01-31 17:16:51 +00:00
Nimrod Gileadi 3cb13ea0b9 Use new MuJoCo python bindings to implement dm_control/mujoco.
PiperOrigin-RevId: 432958654
2022-05-26 17:42:53 +01:00
Peter Hawkins 41256fd5e9 Fix test failures caused by a NumPy 1.21 upgrade
PiperOrigin-RevId: 418208713
2022-02-16 16:09:25 +00:00
Nimrod Gileadi 4b1583ae7a Freeze version of dm-control in requirements.txt files.
A new version of dm_control is about to come out, which will depend on MuJoCo 2.1.1 (instead of 2.1.0), and we don't want to break existing users of dm_control until they've upgraded their MuJoCo installation.

PiperOrigin-RevId: 417360341
2022-02-16 16:09:03 +00:00
Edward Lockhart c096f3e7aa Remove uses of pyspiel.GameParameter, which has been removed from the Python interface.
PiperOrigin-RevId: 374829790
2021-06-15 23:52:48 +01:00
Mehdi Mirza 1d763e0beb Update the link to the arxiv tech report of physics planning games.
PiperOrigin-RevId: 332458733
2020-09-23 16:43:12 +01:00
Mehdi Mirza ef672a0db9 Adds physics_planning_games.
PiperOrigin-RevId: 331167767
2020-09-11 18:21:07 +01:00
Florent Altché 7e7255eed1 Export typing annotations when available.
PiperOrigin-RevId: 328527159
2020-09-11 18:18:51 +01:00