issues
search
p-christ
/
Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
MIT License
5.65k
stars
1.2k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
actor loss for MultiDiscrete action space
#90
olivia2222
opened
2 months ago
0
Bump torch from 0.4.1.post2 to 2.2.0
#89
dependabot[bot]
opened
4 months ago
0
[Question] How was the target entropy in the discrete SAC chosen?
#88
aivarsoo
opened
10 months ago
0
puzzle about envs
#87
GongYanfu
opened
10 months ago
0
Safe Interruptibility training
#86
PallottaEnrico
closed
1 year ago
0
A question about critic-loss in discrete sac?
#85
outshine-J
opened
2 years ago
5
YYT-test
#84
levanaLYF
closed
2 years ago
1
Bump numpy from 1.15.2 to 1.22.0
#83
dependabot[bot]
opened
2 years ago
1
A question about DQN_With_Fixed_Q_Targets.
#82
LLYYKK
opened
2 years ago
0
KeyError: 'exploration_worker_difference'
#81
HHY1123
opened
2 years ago
0
torch版本问题
#80
noc-turne
opened
2 years ago
4
Question on SAC implementation
#79
fokx
opened
3 years ago
0
ConnectionResetError: [Errno 104] Connection reset by peer
#78
JinQiangWang2021
opened
3 years ago
2
terminate called after throwing an instance of 'at::Error' what(): CUDA error (3): initialization error (check_status at /pytorch/aten/src/ATen/cuda/detail/CUDAHooks.cpp:36)
#77
JinQiangWang2021
opened
3 years ago
3
multi-dimensional action space?
#76
zhouwy-lv
opened
3 years ago
0
SAC Discrete needs it's own `calculate_entropy_tuning_losses` function?
#75
Harimus
closed
3 years ago
0
Is there any error in discriminator loss in GAIL?
#74
Joywanglulu
opened
3 years ago
0
README link error
#73
JacobHA
opened
3 years ago
0
Code lines missing in Mountain_Car.py
#72
saketadhau
opened
3 years ago
0
Seeding in 'reset_game'
#71
Markus28
opened
3 years ago
1
Action selection in Continuous Action Space
#70
sramakrishnan247
closed
3 years ago
0
Visualize agent
#69
sramakrishnan247
closed
3 years ago
1
Wrong parameter order
#68
leolyg
opened
3 years ago
0
atari+sac_discrete, AttributeError: 'AtariEnv' object has no attribute 'reward_threshold'
#67
weiguowilliam
opened
3 years ago
0
RuntimeError: cuda runtime error (801) : operation not supported at ..\torch/csrc/generic/StorageSharing.cpp:247
#66
zhouwy-lv
opened
3 years ago
0
Calculate Entropy Tuning Loss in SAC/SAC Discrete
#65
xingdi-eric-yuan
closed
3 years ago
3
Instructions require python 3.5-3.7
#64
gth828r
opened
3 years ago
0
Create LICENSE
#63
p-christ
closed
3 years ago
0
For SAC-discrete version, is it possible to update model with input of state and action just like Sac-continuous version?
#62
dbsxdbsx
opened
4 years ago
0
Wrong temperature loss implementation for discrete SAC
#61
qiyan98
closed
4 years ago
2
Bug fix for SAC-discrete.
#60
toshikwa
closed
4 years ago
3
Overlap between first evaluation episode and "min_steps_before_learning" in SAC
#59
pvdsp
opened
4 years ago
0
question on SAC for discrete action with temperature loss "alpha"
#58
dbsxdbsx
closed
4 years ago
1
fixed an error with using cpu
#57
half-empty
closed
4 years ago
0
Sac Discrete Error
#56
sshillo
closed
4 years ago
4
max_probability_action bugfix for batchsize > 1
#55
strombom
closed
4 years ago
0
Mean of expectation in SAC_discrete.py possibly wrong?
#54
NikEyX
closed
4 years ago
11
Weight Initialization for SAC Discrete
#53
nageshky97s
opened
4 years ago
0
SpaceInvaders(SAC_Discrete) : Error
#52
FarhaParveen919
opened
4 years ago
4
Exception in CartPole with A2C: AttributeError: 'Process' object has no attribute 'kill'
#51
acriptis
opened
4 years ago
0
Change torch version
#50
tom-doerr
opened
4 years ago
0
Could not find a version that satisfies the requirement torch==0.4.1.post2
#49
tom-doerr
opened
4 years ago
0
Fix typo
#48
tom-doerr
closed
4 years ago
0
Implement model saves
#47
LucCADORET
opened
4 years ago
2
Merge pull request #1 from p-christ/master
#46
shijinming
closed
4 years ago
0
FileNotFoundError: [Errno 2] No such file or directory
#45
shuferhoo
opened
4 years ago
2
TypeError: can't pickle _thread.RLock objects
#44
shuferhoo
opened
4 years ago
2
fix space.Discrete type error
#43
shuferhoo
closed
4 years ago
0
Actor output the wrong size in CartPole using PPO
#42
yaoxunji
closed
4 years ago
1
strange results
#41
m1996
closed
4 years ago
0
Next