Commit Graph

  • 7c89f4cadc Async Perlin is default + fixes master dodox 2024-08-07 17:28:52 +02:00
  • 17aed694ad Maybe fix install issue dodox 2024-06-28 11:28:04 +02:00
  • 512b1884d8 PPerlin = AsyncPerlin dodox 2024-06-28 11:27:37 +02:00
  • 8b1d588b5e add sync_rayleight_perlin dodox 2024-06-28 11:26:44 +02:00
  • 9f52e0a88e Fix: Noise Name cannot contain _ (rename Rayleight Perlin) dodox 2024-04-18 14:35:33 +02:00
  • e66dbfe52d Added Rayleigh Perlin dodox 2024-04-18 14:29:07 +02:00
  • 446eee5fa1 Ensure bias terms on correct device dodox 2024-04-03 18:25:51 +02:00
  • 6c83406492 Updated README dodox 2024-04-03 18:01:50 +02:00
  • 220328f4b9 Port FullCov into PCA dodox 2024-03-30 14:36:46 +01:00
  • 4485e558a8 Allow sampling noises with reduced then known batch size dodox 2024-03-09 14:02:50 +01:00
  • b0e2bc3a7a Implement support for VecEnvs dodox 2024-03-09 13:41:27 +01:00
  • c68fd1635d Made normalization prettier dodox 2023-09-10 14:46:38 +02:00
  • 04e4364482 Added note about incomplete SDE implementation dodox 2023-09-10 09:35:08 +02:00
  • db8eadbd9d Fixed typo dodox 2023-09-08 16:11:49 +02:00
  • ad6b5fe191 Tweaking some constants dodox 2023-09-07 21:07:25 +02:00
  • 67db53e4a9 New Noise: ShortPink dodox 2023-08-29 12:37:00 +02:00
  • 5b035a4ed8 Fix: Performed onplace operation on tensor requiring diff dodox 2023-08-22 01:24:40 +02:00
  • f93d9adc66 Allow StdNet to predict log_std instead of std dodox 2023-08-22 00:54:26 +02:00
  • fd1d96eea3 New noise: dirty perlin dodox 2023-07-12 22:32:35 +02:00
  • ee39fab49a Reset Perlin's cache from time to time. dodox 2023-07-12 20:23:03 +02:00
  • dc2ab472e9 added scipy as a dependency dodox 2023-07-12 20:22:55 +02:00
  • fae8d58cb1 Only use alphanumeric symbols in enum names dodox 2023-06-27 19:01:43 +02:00
  • daf8ac8bec Make harmonic perlin avaible as a base noise for pca dodox 2023-06-26 21:21:19 +02:00
  • bb9a76a07a Fallback to known_shape, when no shape is provided dodox 2023-06-26 16:38:11 +02:00
  • bec6a5ffcd Fix: Non-int harmonics were faulty dodox 2023-06-26 16:31:27 +02:00
  • 17dec720f1 Support non-integer harmonics dodox 2023-06-26 16:26:14 +02:00
  • 1516cb765d Implemented Harmonic Perlin Noise dodox 2023-06-26 16:18:35 +02:00
  • 01e8b9f8d3 pytorch -> torch dodox 2023-06-26 16:15:30 +02:00
  • 5219793ab3 Added dependencies dodox 2023-06-26 16:14:51 +02:00
  • afda96a873 Better norm factor for Perlin dodox 2023-06-13 10:17:30 +02:00
  • 47815f8a5f Fixed bug with Colored Noise returning wrong shapes dodox 2023-05-22 17:58:50 +02:00
  • 55cbd734c0 Fix: Perlin had a 'bad' magic number (correlated outputs) dodox 2023-05-22 17:39:57 +02:00
  • bf22f42cb3 Ensure returns from noise are always Tensors dodox 2023-05-21 20:28:52 +02:00
  • dcde2150ac Minor bug fixes dodox 2023-05-21 20:16:52 +02:00
  • 59adde5bd5 Typos: shape -> known_shape dodox 2023-05-21 18:28:33 +02:00
  • c21682ad84 Ensure 'actions' is on correct device for entropy calculation dodox 2023-05-21 18:15:11 +02:00
  • 35df8f44da Performance Optimizations when skip_conditioning=True dodox 2023-05-21 17:37:45 +02:00
  • 4ba7db831f Typo dodox 2023-05-21 17:26:21 +02:00
  • 852e1817f7 Fixed Bug: Wrong Params for instantiation of StdNet dodox 2023-05-21 17:08:45 +02:00
  • 224fc82a48 Some additions to make configuration from config files (cw2) easier dodox 2023-05-21 16:18:42 +02:00
  • 539f586751 Making science, Making science dodox 2023-05-04 19:29:54 +02:00
  • e0471dbfb7 refactored kernels into seperate file dodox 2023-05-04 19:29:40 +02:00
  • 255c8c379b Expanded .gitignore dodox 2023-05-04 19:24:17 +02:00
  • 45baefd8c9 Remove Plausability Study (did not render correctly) dodox 2023-05-04 15:40:27 +02:00
  • 0383ac39ed Fixing bugs, allowing noisy conditioning dodox 2023-05-04 15:39:57 +02:00
  • cdea897a66 More tests dodox 2023-05-04 15:39:38 +02:00
  • 77aa402dbc Added Plasability Study dodox 2023-05-04 15:38:41 +02:00
  • c0913ba965 Lets test Perlin and PCA on Perlin dodox 2023-05-04 12:18:33 +02:00
  • d04f245e9b Allow skipping conditioning and minor additions dodox 2023-05-04 12:18:07 +02:00
  • 5f2d27efce Implemented Perlin as underlying epsilon dist dodox 2023-05-04 12:17:43 +02:00
  • e44db33a91 Better tests alias sit="desk sit" dodox 2023-05-03 23:17:45 +02:00
  • b7ab7d0664 Implemented Support for different base distributions dodox 2023-05-03 23:17:19 +02:00
  • 44b34fe12b Implement 'plausability tests' of PCA vs REX / PINK in Columbus envs dodox 2023-05-03 17:02:42 +02:00
  • 21de8f418b Squashing Bugs dodox 2023-05-03 17:02:22 +02:00
  • 89bc80ed3a Fixed Typo in setup.py dodox 2023-05-03 17:02:02 +02:00
  • 6d39db95c5 Extended gitignore dodox 2023-05-03 15:14:04 +02:00
  • 34f29019b1 Fix broken setup.py (missing ') dodox 2023-05-03 15:11:15 +02:00
  • a3356c4654 Pad and Cut Trajectory to correct length dodox 2023-05-03 15:10:25 +02:00
  • 35259b9e99 package metadata dodox 2023-04-19 19:18:40 +02:00
  • 12565cf1e9 Making it a package dodox 2023-04-19 19:15:50 +02:00
  • f0b2837315 Added link to Praktikum Report dodox 2023-04-19 19:09:04 +02:00
  • 1d2defcb27 Initial commit dodox 2023-04-19 19:07:17 +02:00