5ec0032c39
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2015-01-28 07:15:00 +01:00
b84d949ce8
Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3)
2014-11-15 03:02:00 +01:00
7b81a3efc7
Quick fix, referencing a known issue from the official repo (stable-baselines3)
2014-10-16 08:58:00 +02:00
ca18a18737
Implementing approach from a new paper read last night (stable-baselines3)
2014-10-16 06:56:00 +02:00
31fc6a756c
Implementing approach from a new paper read last night (stable-baselines3)
2014-10-16 23:45:00 +02:00
03b06953f5
Minor doc updates: linking to article on quantization (stable-baselines3)
2014-10-14 04:35:00 +02:00
d1e52aceed
Refactor for clarity, might break a few tests though (stable-baselines3)
2014-10-14 21:05:00 +02:00
5a4a4ff220
Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3)
2014-10-14 20:12:00 +02:00
e0680d936a
Implementing approach from a new paper read last night (stable-baselines3)
2014-10-14 21:08:00 +02:00
d5158b807e
Late-night bugfix on financial RL environment (stable-baselines3)
2014-10-08 22:01:00 +02:00
20c618f413
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-10-08 08:04:00 +02:00
fe9ee8f5af
Implementing approach from a new paper read last night (stable-baselines3)
2014-10-07 05:50:00 +02:00
696d4c9a26
Late-night bugfix on financial RL environment (stable-baselines3)
2014-10-07 18:41:00 +02:00
977391ca24
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-10-07 08:06:00 +02:00
53d1b53048
Refactor for clarity, might break a few tests though (stable-baselines3)
2014-10-07 05:31:00 +02:00
f691f8a348
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-09-26 21:54:00 +02:00
9e0306ed03
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2014-09-26 07:14:00 +02:00
624d1da652
Minor doc updates: linking to article on quantization (stable-baselines3)
2014-08-19 00:08:00 +02:00
b9484ac7df
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2014-08-19 05:23:00 +02:00
5db57b68a5
Quick fix, referencing a known issue from the official repo (stable-baselines3)
2014-08-11 02:42:00 +02:00
28f5013924
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-08-11 17:22:00 +02:00
c98bf607bb
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-07-28 06:45:00 +02:00
fee49b8cfa
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-07-28 08:09:00 +02:00
0354548bd0
Implementing approach from a new paper read last night (stable-baselines3)
2014-07-28 04:09:00 +02:00
07a2f70377
Quick fix, referencing a known issue from the official repo (stable-baselines3)
2014-07-25 07:14:00 +02:00
0c3dc2ee4d
Refactor for clarity, might break a few tests though (stable-baselines3)
2014-07-25 23:22:00 +02:00
2436e0d3ee
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2014-07-25 02:19:00 +02:00
86355791ab
Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3)
2014-07-14 20:12:00 +02:00
68772098de
Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3)
2014-07-14 06:47:00 +02:00
2ad731d5d7
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-04-01 05:31:00 +02:00
e1e96bf4e5
Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3)
2014-04-01 08:54:00 +02:00
7b30044e06
Quick fix, referencing a known issue from the official repo (stable-baselines3)
2014-02-19 00:44:00 +01:00
c6ff923898
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2014-02-19 00:22:00 +01:00
651702772e
Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)
2014-02-19 17:05:00 +01:00
aeeb674a1c
Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3)
2014-02-19 05:01:00 +01:00
111ac7786e
Minor doc updates: linking to article on quantization (stable-baselines3)
2014-02-16 19:06:00 +01:00
Paul Stahlhofen
c5c29a32d9
Clarify the use of Gym wrappers with make_vec_env ( #2079 )
...
* Added a note to the documentation of Vectorized Environments to show the
possibility of wrapping sub-environments with `make_vec_env` (See #2075 )
* Add example
---------
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2025-02-07 12:04:48 +01:00
Antonin RAFFIN
b8b2d30a83
Add has_attr for VecEnv ( #2077 )
...
* Add `has_attr` for `VecEnv`
* Add special case for gymnasium<1.0
* Update changelog.rst
* Update black version
2025-02-03 10:43:56 +01:00
Antonin RAFFIN
ee8a77defb
Release v2.5.0 ( #2074 )
...
* Update Dockerfile
* Release v2.5.0
* Fix docker GPU parent
* Fix changelog
2025-01-27 12:50:17 +01:00
Antonin RAFFIN
f8ea2995cb
Doc update: custom envs, IsaacLab, Brax and dm_control ( #2072 )
...
* Add note about start!=0 for Discrete spaces
* Update doc for IsaacLab and dm_control
* Fix test due to rounding error
2025-01-26 11:42:57 +01:00
Yufeng Gao
d055a2e2af
fix docs atari example by import ale_py ( #2071 )
...
* fix docs atari example by import ale_py
* Update changelog
---------
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2025-01-21 10:53:42 +01:00
San
b7c64a1aa4
Simplify GPU detection in docker launch script ( #2064 )
...
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2025-01-07 14:58:28 +01:00
Antonin RAFFIN
2b529e57a0
Fix tests and warnings when running locally with a GPU ( #2069 )
...
* Fix test when GPU is available
* Sort file list for consistent results
* Ignore A2C warnings too
2025-01-07 14:19:05 +01:00
Antonin RAFFIN
dba0baa491
Fix mypy error ( #2067 )
...
* Fix mypy error
* Ignore new errors
2025-01-07 11:57:54 +01:00
Antonin RAFFIN
57e8b97df5
Fix video recorder and add test ( #2063 )
...
* Fix video recorder and add test
* Update github CI
* Install ffmpeg
* Revert "Update github CI"
This reverts commit 07791e97fccae4f003b2909428b23f59557d7034.
* Skip VecVideoRecorder test on github
2024-12-21 08:24:25 +01:00
Marc Duclusaud
0fd0db0b7b
FRASA project indent fix ( #2060 )
...
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2024-12-17 17:18:06 +01:00
cgaspard3333
93778c3de4
Add FootstepNet Envs to doc project page ( #2058 )
...
* Add FootstepNet Envs to doc projects page
* Update Changelog + typo
* Update FootstepNet description
---------
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2024-12-17 16:47:19 +01:00
Marc Duclusaud
f432a6fcdc
Adding FRASA to the projects page ( #2059 )
...
* Adding FRASA to the projects page
* Updating changelog.rst
* Ignore mypy errors for np arrays (python 3.11+)
---------
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2024-12-17 14:53:07 +01:00
kplers
9caa168686
Add policy documentation links to policy_kwargs parameter ( #2050 )
...
* docs: Add policy documentation links to policy_kwargs parameter
* Fix missing references, update changelog
---------
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2024-12-02 14:40:05 +01:00
Antonin RAFFIN
897d01d225
Update PyBullet example ( #2049 )
2024-11-29 14:58:09 +01:00