python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Parallel environments in Pong keep ending up in the same state despite random actions being taken
Hi I am trying to use the SubprocVecEnv to run 8 parallel Pong environment instances. I tried testing the state transitions using random actions but after 15 steps (with random left or right actions),...
Swami
Votes: 0
Answers: 1
python policy gradient reinforcement learning with continous action space is not working
i am trying to learn an agent to navigate to a target in my custom environment.
The agent is learning with a neural net (2 hidden Dense layer, one dropout and one output layer of dimension 4). As inpu...
Viktoria
Votes: 0
Answers: 1
Action masking for continuous action space in reinforcement learning
Is there a way to model action masking for continuous action spaces? I want to model economic problems with reinforcement learning. These problems often have continuous action and state spaces. In add...
matthias
Votes: 0
Answers: 1