Commit Graph

27 Commits

Author SHA1 Message Date
7c89f4cadc Async Perlin is default + fixes 2024-08-07 17:28:52 +02:00
512b1884d8 PPerlin = AsyncPerlin 2024-06-28 11:27:37 +02:00
9f52e0a88e Fix: Noise Name cannot contain _ (rename Rayleight Perlin) 2024-04-18 14:35:33 +02:00
e66dbfe52d Added Rayleigh Perlin 2024-04-18 14:29:07 +02:00
446eee5fa1 Ensure bias terms on correct device 2024-04-03 18:25:51 +02:00
220328f4b9 Port FullCov into PCA 2024-03-30 14:36:46 +01:00
b0e2bc3a7a Implement support for VecEnvs 2024-03-09 13:41:27 +01:00
67db53e4a9 New Noise: ShortPink 2023-08-29 12:37:00 +02:00
5b035a4ed8 Fix: Performed onplace operation on tensor requiring diff 2023-08-22 01:24:40 +02:00
f93d9adc66 Allow StdNet to predict log_std instead of std 2023-08-22 00:54:26 +02:00
fd1d96eea3 New noise: dirty perlin 2023-07-12 22:34:00 +02:00
fae8d58cb1 Only use alphanumeric symbols in enum names 2023-06-27 19:01:43 +02:00
daf8ac8bec Make harmonic perlin avaible as a base noise for pca 2023-06-26 21:21:19 +02:00
47815f8a5f Fixed bug with Colored Noise returning wrong shapes 2023-05-22 17:58:50 +02:00
dcde2150ac Minor bug fixes 2023-05-21 20:16:52 +02:00
c21682ad84 Ensure 'actions' is on correct device for entropy calculation 2023-05-21 18:15:11 +02:00
35df8f44da Performance Optimizations when skip_conditioning=True 2023-05-21 17:37:45 +02:00
4ba7db831f Typo 2023-05-21 17:26:21 +02:00
852e1817f7 Fixed Bug: Wrong Params for instantiation of StdNet 2023-05-21 17:08:45 +02:00
224fc82a48 Some additions to make configuration from config files (cw2) easier 2023-05-21 16:18:42 +02:00
e0471dbfb7 refactored kernels into seperate file 2023-05-04 19:29:40 +02:00
0383ac39ed Fixing bugs, allowing noisy conditioning 2023-05-04 15:39:57 +02:00
d04f245e9b Allow skipping conditioning and minor additions 2023-05-04 12:18:07 +02:00
b7ab7d0664 Implemented Support for different base distributions 2023-05-03 23:17:19 +02:00
21de8f418b Squashing Bugs 2023-05-03 17:02:22 +02:00
a3356c4654 Pad and Cut Trajectory to correct length 2023-05-03 15:10:25 +02:00
12565cf1e9 Making it a package 2023-04-19 19:15:50 +02:00