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
2022-02-16 16:08:46 +00:00
2021-05-18 07:20:58 +00:00
2023-01-31 17:17:16 +00:00
2021-03-26 09:52:09 +00:00
2021-05-18 07:20:58 +00:00
2021-07-26 13:36:42 +00:00
2022-02-16 16:11:04 +00:00

DeepMind Research

This repository contains implementations and illustrative code to accompany DeepMind publications. Along with publishing papers to accompany research conducted at DeepMind, we release open-source environments, data sets, and code to enable the broader research community to engage with our work and build upon it, with the ultimate goal of accelerating scientific progress to benefit society. For example, you can build on our implementations of the Deep Q-Network or Differential Neural Computer, or experiment in the same environments we use for our research, such as DeepMind Lab or StarCraft II.

If you enjoy building tools, environments, software libraries, and other infrastructure of the kind listed below, you can view open positions to work in related areas on our careers page.

For a full list of our publications, please see https://deepmind.com/research/publications/

Projects

Disclaimer

This is not an official Google product.

Description
This repository contains implementations and illustrative code to accompany DeepMind publications
Readme Apache-2.0 128 MiB
Languages
Jupyter Notebook 73.8%
Python 20.5%
PureBasic 3.2%
Racket 1.4%
Shell 0.5%
Other 0.4%