Questions tagged [acme-deepmind]

acme-deepmind This is a tag for questions involving Google Deepminds Reinforcement Learning Framework Acme. This framework provides a series of libraries for different RL agents with Jax and Tensorflow

2 questions
1
vote
1 answer

Dictionary observation space Acme DQN agent

I'm trying to add illegal action masking to my dqn agent using masked_epsilon_greedy. Does anyone know how can I update the policy network to use observation["your_key_for_observation"] rather than 'observation' since the observation space is a…
0
votes
0 answers

Issue with ACME's Distributional Reinforcement Learning Implementation in TensorFlow

I've been using DeepMind's ACME library for some of my Reinforcement Learning projects and I've come across an issue that I'm hoping someone can shed light on. Libraries and Environment Python 3.9 TensorFlow 2.8 Acme by DeepMind The Code I am…