issues
search
pfnet
/
pfrl
PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.2k
stars
157
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
I was able to workaround this by calling `mp.set_start_method('fork')` before `main()` in the example scripts.
#197
shreyassr123
closed
6 months ago
0
Memory-saving batches for DDPG/TD3/SoftActorCritic
#196
prabhatnagarajan
closed
6 months ago
0
Modifies loss storage in DDPG, TD3, and Soft Actor Critic
#195
prabhatnagarajan
closed
3 months ago
8
chore: fix some typos
#194
kindknow
closed
6 months ago
3
Adds to `test_requires`
#193
prabhatnagarajan
closed
6 months ago
2
Gymnasium support
#192
prabhatnagarajan
opened
9 months ago
0
problem about atari reproduction
#191
GongYanfu
opened
10 months ago
1
how to use the repo ?
#190
GongYanfu
opened
10 months ago
1
Creating a tensor from a list of numpy.ndarrays is extremely slow
#189
zakaria-narjis
opened
1 year ago
1
Update to v0.4.0
#188
muupan
closed
1 year ago
2
Pin pyglet==1.5.27 in CI to avoid errors
#187
muupan
closed
1 year ago
2
CI error: pyglet 2.0.8 requires Python 3.8 or newer
#186
muupan
closed
1 year ago
1
Fix lint errors
#185
muupan
closed
1 year ago
3
Fixed save/load problem on dqn.py
#184
jmribeiro
closed
1 year ago
3
DDQN Loading Issue - training not resuming properly
#183
jmribeiro
closed
1 year ago
12
Added missing condition that prevented recurrent update
#182
jmribeiro
closed
1 year ago
1
PFRL Installation does not work
#181
prabhatnagarajan
closed
1 year ago
1
Multiprocessing
#180
kt71079
opened
1 year ago
1
'Tensor' object has no attribute 'greedy_actions'
#179
massarfusion
opened
1 year ago
2
Plans to Switch to Gymnasium?
#178
prabhatnagarajan
opened
1 year ago
0
Discrepancy in SAC on entropy coefficient update
#177
marioyc
opened
2 years ago
2
Incompatible with Gym v26
#176
pseudo-rnd-thoughts
opened
2 years ago
0
fix incomplete arxiv link in double dqn
#175
zhouzypaul
closed
2 years ago
2
Fix for issue #173
#174
jfrancis71
closed
2 years ago
4
Current repo incompatible with gym 0.24 (latest gym release)
#173
jfrancis71
closed
2 years ago
6
"from gym.wrappers import Monitor" has been deprecated
#172
ThePeshMod
closed
1 year ago
2
Fix mypy error due to numbers.Number
#171
muupan
closed
2 years ago
2
CI failure: pfrl/collections/prioritized.py:303: error: Argument 4 to "_find" has incompatible type "float"; expected "Number"
#170
muupan
closed
2 years ago
1
Specify the version of traitlets to fix CI error
#169
muupan
closed
2 years ago
2
CI failure in pfrl.cpu.examples: ImportError: cannot import name 'Callable' from 'traitlets'
#168
muupan
closed
2 years ago
1
Make `Monitor` optional
#167
toslunar
closed
2 years ago
17
pin the gym version in the requirements.txt, latest gym breaks pfrl
#166
erwincoumans
closed
2 years ago
1
Version of omegaconf and hydra
#165
im-Kitsch
closed
2 years ago
2
RuntimeError: Size does not match at dimension 0 expected index [32, 1] to be smaller than self [1, 3] apart from dimension 1
#164
behradkoohy
opened
2 years ago
1
Fix TypeError in pad_sequence for torch>=1.9.0
#163
muupan
closed
2 years ago
5
CI failure: ImportError: cannot import name 'filefind' from 'traitlets.utils'
#162
muupan
closed
2 years ago
1
Fixes a minor typo
#161
prabhatnagarajan
closed
2 years ago
4
modular Replay Buffer
#160
HeChengHui
closed
3 years ago
8
Fix CI error due to gym's version
#159
muupan
closed
3 years ago
2
`pfrl/tests/wrappers_tests/test_monitor.py` fails in pfn-public-ci/pfrl.cpu
#158
muupan
closed
3 years ago
0
[BUGFIX] use functools.partial instead of lambda
#157
zhouzypaul
closed
3 years ago
5
[BUG] lazy execution issue with lambda
#156
zhouzypaul
closed
3 years ago
3
Snapshot for preemption
#155
knshnb
opened
3 years ago
8
recurrent examples fails with "TypeError: pad_sequence(): sequences must be tuple of Tensors, not Tensor"
#154
apersonnaz
closed
2 years ago
9
Question about agent.eval_mode()
#153
xylee95
closed
3 years ago
2
Update to v0.3.0
#152
muupan
closed
3 years ago
0
why duelingDQN does not have obversation size?
#151
WuMing757
closed
3 years ago
3
Update the auto-assigned reviewer list
#150
muupan
closed
3 years ago
0
DDPG agent: Tensor object does not have attribute sample
#149
kosta-jo
closed
3 years ago
3
Remove six dependency in pre-trained models
#148
ummavi
closed
3 years ago
7
Next