Tianshou/docs/spelling_wordlist.txt
maxhuettenrauch 522f7fbf98
Feature/dataclasses (#996)
This PR adds strict typing to the output of `update` and `learn` in all
policies. This will likely be the last large refactoring PR before the
next release (0.6.0, not 1.0.0), so it requires some attention. Several
difficulties were encountered on the path to that goal:

1. The policy hierarchy is actually "broken" in the sense that the keys
of dicts that were output by `learn` did not follow the same enhancement
(inheritance) pattern as the policies. This is a real problem and should
be addressed in the near future. Generally, several aspects of the
policy design and hierarchy might deserve a dedicated discussion.
2. Each policy needs to be generic in the stats return type, because one
might want to extend it at some point and then also extend the stats.
Even within the source code base this pattern is necessary in many
places.
3. The interaction between learn and update is a bit quirky, we
currently handle it by having update modify special field inside
TrainingStats, whereas all other fields are handled by learn.
4. The IQM module is a policy wrapper and required a
TrainingStatsWrapper. The latter relies on a bunch of black magic.

They were addressed by:
1. Live with the broken hierarchy, which is now made visible by bounds
in generics. We use type: ignore where appropriate.
2. Make all policies generic with bounds following the policy
inheritance hierarchy (which is incorrect, see above). We experimented a
bit with nested TrainingStats classes, but that seemed to add more
complexity and be harder to understand. Unfortunately, mypy thinks that
the code below is wrong, wherefore we have to add `type: ignore` to the
return of each `learn`

```python

T = TypeVar("T", bound=int)


def f() -> T:
  return 3
```

3. See above
4. Write representative tests for the `TrainingStatsWrapper`. Still, the
black magic might cause nasty surprises down the line (I am not proud of
it)...

Closes #933

---------

Co-authored-by: Maximilian Huettenrauch <m.huettenrauch@appliedai.de>
Co-authored-by: Michael Panchenko <m.panchenko@appliedai.de>
2023-12-30 11:09:03 +01:00

249 lines
1.8 KiB
Plaintext

tianshou
arXiv
tanh
lr
logits
env
envs
optim
eps
timelimit
TimeLimit
envpool
EnvPool
maxsize
timestep
timesteps
numpy
ndarray
stackoverflow
tensorboard
state_dict
len
tac
fqf
iqn
qrdqn
rl
offpolicy
onpolicy
quantile
quantiles
dqn
param
async
subprocess
deque
nn
equ
cql
fn
boolean
pre
np
cuda
rnn
rew
pre
perceptron
bsz
dataset
mujoco
jit
nstep
preprocess
preprocessing
repo
ReLU
namespace
recv
th
utils
NaN
linesearch
hyperparameters
pseudocode
entropies
nn
config
cpu
rms
debias
indice
regularizer
miniblock
modularize
serializable
softmax
vectorized
optimizers
undiscounted
submodule
subclasses
submodules
tfevent
dirichlet
docstring
webpage
formatter
num
py
pythonic
中文文档位于
conda
miniconda
Amir
Andreas
Antonoglou
Beattie
Bellemare
Charles
Daan
Demis
Dharshan
Fidjeland
Georg
Hassabis
Helen
Ioannis
Kavukcuoglu
King
Koray
Kumaran
Legg
Mnih
Ostrovski
Petersen
Riedmiller
Rusu
Sadik
Shane
Stig
Veness
Volodymyr
Wierstra
Lillicrap
Pritzel
Heess
Erez
Yuval
Tassa
Schulman
Filip
Wolski
Prafulla
Dhariwal
Radford
Oleg
Klimov
Kaichao
Jiayi
Weng
Duburcq
Huayu
Yi
Su
Strens
Ornstein
Uhlenbeck
mse
gail
airl
ppo
Jupyter
Colab
Colaboratory
IPendulum
Reacher
Runtime
Nvidia
Enduro
Qbert
Seaquest
subnets
subprocesses
isort
yapf
pydocstyle
Args
tuples
tuple
Multi
multi
parameterized
Proximal
metadata
GPU
Dopamine
builtin
params
inplace
deepcopy
Gaussian
stdout
parallelization
minibatch
minibatches
MLP
backpropagation
dataclass
superset
subtype
subdirectory
picklable
ShmemVectorEnv
Github
wandb
jupyter
img
src
parallelized
infty
venv
venvs
subproc
bcq
highlevel
icm
modelbased
td
psrl
ddpg
npg
tf
trpo
crr
pettingzoo
multidiscrete
vecbuf
prio
colab
segtree
multiagent
mapolicy
sensai
sensAI
docstrings
superclass
iterable
functools
str
sklearn
attr
bc
redq
modelfree
bdq
util
logp
autogenerated
subpackage
subpackages
recurse
rollout
rollouts
prepend
prepends
dict
dicts