acme
acme copied to clipboard
A library of reinforcement learning components and agents
The JaxInMemoryRandomSampleIterator currently inlines the in-memory dataset. See https://github.com/deepmind/acme/blob/master/acme/datasets/tfds.py#L199-L200 This causes some OOM issues due to some issues in XLA and also when running on GPU the process might hang....
Happy New Year guys! Are you guys planning on supporting JAX Array and removing all uses of `DeviceArray`, `ShardedDeviceArray`, and `GlobalDeviceArray` types in JAX?
Hi! I'm using an apple M1 laptop, I was trying to install acme via pip and having a problem with `dm-launchpad` ``` ERROR: Could not find a version that satisfies...
When trying to run the `examples/quickstart.ipynb` notebook, Colab crashes at the cell with the `import` statements: Firstly an error relating to `numpy`: ``` RuntimeError Traceback (most recent call last) RuntimeError:...
When trying to run '[agent_distributed_test](https://github.com/deepmind/acme/blob/master/acme/agents/tf/dqn/agent_distributed_test.py).py' an attribute error is raised: `raise AttributeError(f'module {self._parent!r} has no attribute {name!r}') AttributeError: module has no attribute 'CacherNode'` The following libraries are installed: dm-acme 0.4.1...
Currently, I am working on research related to multi-objective optimization and using the mompo agent. In the environment, some actions are discrete some are continuous. How can I use mompo...
Greetings! I am having a lot of trouble installing acme because of dependency mismatches. When I install the latest pip package with `pip install dm-acme[jax,tf]` I get: Traceback (most recent...
when pip install dm-acme~=0.4.0 , ERROR: Could not find a version that satisfies the requirement dm-launchpad==0.5.0 ERROR: No matching distribution found for dm-launchpad==0.5.0
When can we expect the release of these models on ACME? Is this in the pipeline for the future? thanks
Hi. See the error below: `The conflict is caused by: The user requested dm-control>=1.0.19 dm-acme[envs,jax,tf] 0.4.0 depends on dm-control==0.0.364896371` You'll easily reproduce this with a two-line requirements.txt file. I have...